Color spaces of #39181f
RGB | 57 | 24 | 31 |
---|---|---|---|
HSL | 0.96 | 0.41 | 0.16 |
HSV | 347° | 58° | 22° |
CMYK | 0.00 | 0.58 | 0.46 0.78 |
XYZ | 2.2613 | 1.6221 | 1.4902 |
Yxy | 1.6221 | 0.4208 | 0.3019 |
Hunter Lab | 12.7362 | 9.4043 | 1.9781 |
CIE-Lab | 13.3641 | 17.2363 | 2.7878 |
#39181f color RGB value is (57,24,31).
#39181f hex color red value is 57, green value is 24 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #39181f hue: 0.96 , saturation: 0.41 and the lightness value of 39181f is 0.16.
The process color (four color CMYK) of #39181f color hex is 0.00, 0.58, 0.46, 0.78. Web safe color of #39181f is #330033. Color #39181f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00011000 | 00011111 |
Octal | 71 | 30 | 37 |
Decimal | 57 | 24 | 31 |
Hex | 39 | 18 | 1F |
Shades of #39181f
Tints of #39181f
RGB Percentages of Color #39181f
CMYK Percentages of Color #39181f
Complementary Color
#39181f | #183932 |
#39181f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39181f Color Preview on White Background
Lorem ipsum dolor sit amet.
#39181f Color CSS Codes
.mybgcolor {background-color:#39181f; } .myforecolor {color:#39181f; } .mybordercolor {border:3px solid #39181f; }
#39181f Text Font Color
<p style="color:#39181f">Text here</p>
This sample text font color is #39181f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#39181f Background Color
<div style="background-color:#39181f">
Div content here</div>
This div background color is #39181f
#39181f Border Color
<div style="border:3px solid #39181f">
Div here</div>
This div border color is #39181f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,24,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39181f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39181f; -webkit-box-shadow: 1px 1px 3px 2px #39181f; box-shadow: 1px 1px 3px 2px #39181f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,24,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39181f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39181f; -webkit-box-shadow: 1px 1px 3px 2px #39181f; box-shadow: 1px 1px 3px 2px #39181f;">
Div content here</div>
This div box has shadow with color #39181f
Comments
No comments written yet.
Please login to write comment.