Color spaces of #121616
RGB | 18 | 22 | 22 |
---|---|---|---|
HSL | 0.50 | 0.10 | 0.08 |
HSV | 180° | 18° | 9° |
CMYK | 0.18 | 0.00 | 0.00 0.91 |
XYZ | 0.6812 | 0.7603 | 0.8699 |
Yxy | 0.7603 | 0.2947 | 0.3289 |
Hunter Lab | 8.7195 | -1.3141 | 0.1886 |
CIE-Lab | 6.8677 | -1.6976 | -0.6016 |
#121616 color RGB value is (18,22,22).
#121616 hex color red value is 18, green value is 22 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #121616 hue: 0.50 , saturation: 0.10 and the lightness value of 121616 is 0.08.
The process color (four color CMYK) of #121616 color hex is 0.18, 0.00, 0.00, 0.91. Web safe color of #121616 is #000000. Color #121616 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 00010110 | 00010110 |
Octal | 22 | 26 | 26 |
Decimal | 18 | 22 | 22 |
Hex | 12 | 16 | 16 |
Shades of #121616
Tints of #121616
RGB Percentages of Color #121616
CMYK Percentages of Color #121616
Complementary Color
#121616 | #161212 |
#121616 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#121616 Color Preview on White Background
Lorem ipsum dolor sit amet.
#121616 Color CSS Codes
.mybgcolor {background-color:#121616; } .myforecolor {color:#121616; } .mybordercolor {border:3px solid #121616; }
#121616 Text Font Color
<p style="color:#121616">Text here</p>
This sample text font color is #121616
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.
#121616 Background Color
<div style="background-color:#121616">
Div content here</div>
This div background color is #121616
#121616 Border Color
<div style="border:3px solid #121616">
Div here</div>
This div border color is #121616
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,22,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #121616; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #121616; -webkit-box-shadow: 1px 1px 3px 2px #121616; box-shadow: 1px 1px 3px 2px #121616; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,22,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #121616">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #121616; -webkit-box-shadow: 1px 1px 3px 2px #121616; box-shadow: 1px 1px 3px 2px #121616;">
Div content here</div>
This div box has shadow with color #121616
Comments
No comments written yet.
Please login to write comment.