Color spaces of #1f230b
RGB | 31 | 35 | 11 |
---|---|---|---|
HSL | 0.19 | 0.52 | 0.09 |
HSV | 70° | 69° | 14° |
CMYK | 0.11 | 0.00 | 0.69 0.86 |
XYZ | 1.2265 | 1.5175 | 0.5449 |
Yxy | 1.5175 | 0.3729 | 0.4614 |
Hunter Lab | 12.3187 | -3.7855 | 6.0005 |
CIE-Lab | 12.7189 | -6.5112 | 14.1352 |
#1f230b color RGB value is (31,35,11).
#1f230b hex color red value is 31, green value is 35 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #1f230b hue: 0.19 , saturation: 0.52 and the lightness value of 1f230b is 0.09.
The process color (four color CMYK) of #1f230b color hex is 0.11, 0.00, 0.69, 0.86. Web safe color of #1f230b is #333300. Color #1f230b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 00100011 | 00001011 |
Octal | 37 | 43 | 13 |
Decimal | 31 | 35 | 11 |
Hex | 1F | 23 | B |
Shades of #1f230b
Tints of #1f230b
RGB Percentages of Color #1f230b
CMYK Percentages of Color #1f230b
Complementary Color
#1f230b | #0f0b23 |
#1f230b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1f230b Color Preview on White Background
Lorem ipsum dolor sit amet.
#1f230b Color CSS Codes
.mybgcolor {background-color:#1f230b; } .myforecolor {color:#1f230b; } .mybordercolor {border:3px solid #1f230b; }
#1f230b Text Font Color
<p style="color:#1f230b">Text here</p>
This sample text font color is #1f230b
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.
#1f230b Background Color
<div style="background-color:#1f230b">
Div content here</div>
This div background color is #1f230b
#1f230b Border Color
<div style="border:3px solid #1f230b">
Div here</div>
This div border color is #1f230b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,35,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1f230b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1f230b; -webkit-box-shadow: 1px 1px 3px 2px #1f230b; box-shadow: 1px 1px 3px 2px #1f230b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,35,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1f230b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1f230b; -webkit-box-shadow: 1px 1px 3px 2px #1f230b; box-shadow: 1px 1px 3px 2px #1f230b;">
Div content here</div>
This div box has shadow with color #1f230b
Comments
No comments written yet.
Please login to write comment.