Shades of Black Russian #121418
Tints of Black Russian #121418
RGB
CMYK
RGB Variations
Color information
#121418 (or 0x121418) is known color: Black Russian. HEX triplet: 12, 14 and 18. RGB value is (18,20,24). Sum of RGB (Red+Green+Blue) = 18+20+24=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #121418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121418 is #EDEBE7. Grayscale: #131313. Windows color (decimal): -15592424 or 1578002. OLE color: 1578002.
HSL color Cylindrical-coordinate representation of color #121418: hue angle of 220º 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 #121418 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 20 | 24 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.91 |
| HSL | 220º | 0.14% | 0.08% | - |
| HSV(B) | 220º | 0.25% | 0.09% | - |
| XYZ | 0.66 | 0.69 | 0.96 | - |
| YUV | 19.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 24 | 0.25 | 0.17 | 0 | 0.91 | 220 | 0.14 | 0.08 |
| Hex | 12 | 14 | 18 | 19 | 11 | 0 | 5B | DC | E | 8 |
| Octal | 22 | 24 | 30 | 31 | 21 | 0 | 133 | 334 | 16 | 10 |
| Binary | 10010 | 10100 | 11000 | 11001 | 10001 | 0 | 1011011 | 11011100 | 1110 | 1000 |
Color Harmonies of #121418
Complementary color
Monochromatic Colors of #121418
Black with #121418
Text Example
Text Example
White with #121418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121418; }
p { color: rgb(18,20,24); }
H1.HeaderClassName
{
color: #121418;
}
.AnyTagClassName
{
color: #121418;
}
</style>
background-color css
<style>
a { background-color: #121418; }
a { background-color: rgb(18,20,24); }
div.DivClassName
{
background-color: #121418;
}
.BgClassName
{
background-color: #121418;
}
</style>
border-color css
<style>
span { border-color: #121418; }
span { border-color: rgb(18,20,24); }
td.TdClassName
{
border-color: #121418;
}
.TagClassName
{
border-color: #121418;
}
</style>