Shades of Black Russian #121424
Tints of Black Russian #121424
RGB
CMYK
RGB Variations
Color information
#121424 (or 0x121424) is known color: Black Russian. HEX triplet: 12, 14 and 24. RGB value is (18,20,36). Sum of RGB (Red+Green+Blue) = 18+20+36=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #121424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121424 is #EDEBDB. Grayscale: #151515. Windows color (decimal): -15592412 or 2364434. OLE color: 2364434.
HSL color Cylindrical-coordinate representation of color #121424: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121424 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 20 | 36 | - |
| CMYK | 0.5 | 0.44 | 0 | 0.86 |
| HSL | 233.33º | 0.33% | 0.11% | - |
| HSV(B) | 233.33º | 0.5% | 0.14% | - |
| XYZ | 0.82 | 0.76 | 1.77 | - |
| YUV | 21.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 36 | 0.5 | 0.44 | 0 | 0.86 | 233.33 | 0.33 | 0.11 |
| Hex | 12 | 14 | 24 | 32 | 2C | 0 | 56 | E9 | 21 | B |
| Octal | 22 | 24 | 44 | 62 | 54 | 0 | 126 | 351 | 41 | 13 |
| Binary | 10010 | 10100 | 100100 | 110010 | 101100 | 0 | 1010110 | 11101001 | 100001 | 1011 |
Color Harmonies of #121424
Complementary color
Monochromatic Colors of #121424
Black with #121424
Text Example
Text Example
White with #121424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121424; }
p { color: rgb(18,20,36); }
H1.HeaderClassName
{
color: #121424;
}
.AnyTagClassName
{
color: #121424;
}
</style>
background-color css
<style>
a { background-color: #121424; }
a { background-color: rgb(18,20,36); }
div.DivClassName
{
background-color: #121424;
}
.BgClassName
{
background-color: #121424;
}
</style>
border-color css
<style>
span { border-color: #121424; }
span { border-color: rgb(18,20,36); }
td.TdClassName
{
border-color: #121424;
}
.TagClassName
{
border-color: #121424;
}
</style>