Color spaces of #131912
RGB | 19 | 25 | 18 |
---|---|---|---|
HSL | 0.31 | 0.16 | 0.08 |
HSV | 111° | 28° | 10° |
CMYK | 0.24 | 0.00 | 0.28 0.90 |
XYZ | 0.7254 | 0.8774 | 0.7034 |
Yxy | 0.8774 | 0.3145 | 0.3805 |
Hunter Lab | 9.3670 | -2.5687 | 2.1046 |
CIE-Lab | 7.9255 | -4.4463 | 3.6036 |
#131912 color RGB value is (19,25,18).
#131912 hex color red value is 19, green value is 25 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #131912 hue: 0.31 , saturation: 0.16 and the lightness value of 131912 is 0.08.
The process color (four color CMYK) of #131912 color hex is 0.24, 0.00, 0.28, 0.90. Web safe color of #131912 is #000000. Color #131912 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00011001 | 00010010 |
Octal | 23 | 31 | 22 |
Decimal | 19 | 25 | 18 |
Hex | 13 | 19 | 12 |
Shades of #131912
Tints of #131912
RGB Percentages of Color #131912
CMYK Percentages of Color #131912
Complementary Color
#131912 | #181219 |
#131912 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#131912 Color Preview on White Background
Lorem ipsum dolor sit amet.
#131912 Color CSS Codes
.mybgcolor {background-color:#131912; } .myforecolor {color:#131912; } .mybordercolor {border:3px solid #131912; }
#131912 Text Font Color
<p style="color:#131912">Text here</p>
This sample text font color is #131912
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.
#131912 Background Color
<div style="background-color:#131912">
Div content here</div>
This div background color is #131912
#131912 Border Color
<div style="border:3px solid #131912">
Div here</div>
This div border color is #131912
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,25,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #131912; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #131912; -webkit-box-shadow: 1px 1px 3px 2px #131912; box-shadow: 1px 1px 3px 2px #131912; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,25,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #131912">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #131912; -webkit-box-shadow: 1px 1px 3px 2px #131912; box-shadow: 1px 1px 3px 2px #131912;">
Div content here</div>
This div box has shadow with color #131912
Comments
No comments written yet.
Please login to write comment.