Color spaces of #391402
RGB | 57 | 20 | 2 |
---|---|---|---|
HSL | 0.05 | 0.93 | 0.12 |
HSV | 20° | 96° | 22° |
CMYK | 0.00 | 0.65 | 0.96 0.78 |
XYZ | 1.9485 | 1.3746 | 0.2201 |
Yxy | 1.3746 | 0.5499 | 0.3880 |
Hunter Lab | 11.7243 | 9.1478 | 7.0940 |
CIE-Lab | 11.7875 | 17.0696 | 17.1752 |
#391402 color RGB value is (57,20,2).
#391402 hex color red value is 57, green value is 20 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #391402 hue: 0.05 , saturation: 0.93 and the lightness value of 391402 is 0.12.
The process color (four color CMYK) of #391402 color hex is 0.00, 0.65, 0.96, 0.78. Web safe color of #391402 is #330000. Color #391402 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00010100 | 00000010 |
Octal | 71 | 24 | 2 |
Decimal | 57 | 20 | 2 |
Hex | 39 | 14 | 2 |
Shades of #391402
Tints of #391402
RGB Percentages of Color #391402
CMYK Percentages of Color #391402
Complementary Color
#391402 | #022739 |
#391402 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#391402 Color Preview on White Background
Lorem ipsum dolor sit amet.
#391402 Color CSS Codes
.mybgcolor {background-color:#391402; } .myforecolor {color:#391402; } .mybordercolor {border:3px solid #391402; }
#391402 Text Font Color
<p style="color:#391402">Text here</p>
This sample text font color is #391402
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.
#391402 Background Color
<div style="background-color:#391402">
Div content here</div>
This div background color is #391402
#391402 Border Color
<div style="border:3px solid #391402">
Div here</div>
This div border color is #391402
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,20,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #391402; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #391402; -webkit-box-shadow: 1px 1px 3px 2px #391402; box-shadow: 1px 1px 3px 2px #391402; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,20,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #391402">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #391402; -webkit-box-shadow: 1px 1px 3px 2px #391402; box-shadow: 1px 1px 3px 2px #391402;">
Div content here</div>
This div box has shadow with color #391402
Comments
No comments written yet.
Please login to write comment.