Shades of Black #121212
Tints of Black #121212
RGB
CMYK
RGB Variations
Color information
#121212 (or 0x121212) is known color: Black. HEX triplet: 12, 12 and 12. RGB value is (18,18,18). Sum of RGB (Red+Green+Blue) = 18+18+18=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 18 - color contains mainly: red, green, blue. Hex color #121212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121212 is #EDEDED. Grayscale: #121212. Windows color (decimal): -15592942 or 1184274. OLE color: 1184274.
HSL color Cylindrical-coordinate representation of color #121212: hue angle of 0º degrees, saturation: 0, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0%. Process color model (Four color, CMYK) of #121212 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 18 | 18 | - |
CMYK | 0 | 0 | 0 | 0.93 |
HSL | 0º | 0% | 0.07% | - |
HSV(B) | 0º | 0% | 0.07% | - |
XYZ | 0.57 | 0.6 | 0.66 | - |
YUV | 18 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 18 | 18 | 0 | 0 | 0 | 0.93 | 0 | 0 | 0.07 |
Hex | 12 | 12 | 12 | 0 | 0 | 0 | 5D | 0 | 0 | 7 |
Octal | 22 | 22 | 22 | 0 | 0 | 0 | 135 | 0 | 0 | 7 |
Binary | 10010 | 10010 | 10010 | 0 | 0 | 0 | 1011101 | 0 | 0 | 111 |
Color Harmonies of #121212
Complementary color
Monochromatic Colors of #121212
Black with #121212
Text Example
Text Example
White with #121212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121212; }
p { color: rgb(18,18,18); }
H1.HeaderClassName
{
color: #121212;
}
.AnyTagClassName
{
color: #121212;
}
</style>
background-color css
<style>
a { background-color: #121212; }
a { background-color: rgb(18,18,18); }
div.DivClassName
{
background-color: #121212;
}
.BgClassName
{
background-color: #121212;
}
</style>
border-color css
<style>
span { border-color: #121212; }
span { border-color: rgb(18,18,18); }
td.TdClassName
{
border-color: #121212;
}
.TagClassName
{
border-color: #121212;
}
</style>