Shades of Black Russian #121218
Tints of Black Russian #121218
RGB
CMYK
RGB Variations
Color information
#121218 (or 0x121218) is known color: Black Russian. HEX triplet: 12, 12 and 18. RGB value is (18,18,24). Sum of RGB (Red+Green+Blue) = 18+18+24=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #121218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121218 is #EDEDE7. Grayscale: #121212. Windows color (decimal): -15592936 or 1577490. OLE color: 1577490.
HSL color Cylindrical-coordinate representation of color #121218: hue angle of 240º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #121218 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 18 | 24 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.91 |
| HSL | 240º | 0.14% | 0.08% | - |
| HSV(B) | 240º | 0.25% | 0.09% | - |
| XYZ | 0.63 | 0.63 | 0.95 | - |
| YUV | 18.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 24 | 0.25 | 0.25 | 0 | 0.91 | 240 | 0.14 | 0.08 |
| Hex | 12 | 12 | 18 | 19 | 19 | 0 | 5B | F0 | E | 8 |
| Octal | 22 | 22 | 30 | 31 | 31 | 0 | 133 | 360 | 16 | 10 |
| Binary | 10010 | 10010 | 11000 | 11001 | 11001 | 0 | 1011011 | 11110000 | 1110 | 1000 |
Color Harmonies of #121218
Complementary color
Monochromatic Colors of #121218
Black with #121218
Text Example
Text Example
White with #121218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121218; }
p { color: rgb(18,18,24); }
H1.HeaderClassName
{
color: #121218;
}
.AnyTagClassName
{
color: #121218;
}
</style>
background-color css
<style>
a { background-color: #121218; }
a { background-color: rgb(18,18,24); }
div.DivClassName
{
background-color: #121218;
}
.BgClassName
{
background-color: #121218;
}
</style>
border-color css
<style>
span { border-color: #121218; }
span { border-color: rgb(18,18,24); }
td.TdClassName
{
border-color: #121218;
}
.TagClassName
{
border-color: #121218;
}
</style>