Color spaces of #1f230c
RGB | 31 | 35 | 12 |
---|---|---|---|
HSL | 0.20 | 0.49 | 0.09 |
HSV | 70° | 66° | 14° |
CMYK | 0.11 | 0.00 | 0.66 0.86 |
XYZ | 1.2325 | 1.5199 | 0.5762 |
Yxy | 1.5199 | 0.3703 | 0.4566 |
Hunter Lab | 12.3284 | -3.7297 | 5.8588 |
CIE-Lab | 12.7340 | -6.3855 | 13.7136 |
#1f230c color RGB value is (31,35,12).
#1f230c hex color red value is 31, green value is 35 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #1f230c hue: 0.20 , saturation: 0.49 and the lightness value of 1f230c is 0.09.
The process color (four color CMYK) of #1f230c color hex is 0.11, 0.00, 0.66, 0.86. Web safe color of #1f230c is #333300. Color #1f230c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 00100011 | 00001100 |
Octal | 37 | 43 | 14 |
Decimal | 31 | 35 | 12 |
Hex | 1F | 23 | C |
Shades of #1f230c
Tints of #1f230c
RGB Percentages of Color #1f230c
CMYK Percentages of Color #1f230c
Complementary Color
#1f230c | #100c23 |
#1f230c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1f230c Color Preview on White Background
Lorem ipsum dolor sit amet.
#1f230c Color CSS Codes
.mybgcolor {background-color:#1f230c; } .myforecolor {color:#1f230c; } .mybordercolor {border:3px solid #1f230c; }
#1f230c Text Font Color
<p style="color:#1f230c">Text here</p>
This sample text font color is #1f230c
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.
#1f230c Background Color
<div style="background-color:#1f230c">
Div content here</div>
This div background color is #1f230c
#1f230c Border Color
<div style="border:3px solid #1f230c">
Div here</div>
This div border color is #1f230c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,35,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1f230c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1f230c; -webkit-box-shadow: 1px 1px 3px 2px #1f230c; box-shadow: 1px 1px 3px 2px #1f230c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,35,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1f230c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1f230c; -webkit-box-shadow: 1px 1px 3px 2px #1f230c; box-shadow: 1px 1px 3px 2px #1f230c;">
Div content here</div>
This div box has shadow with color #1f230c
Comments
No comments written yet.
Please login to write comment.