Shades of Black Russian #121824
Tints of Black Russian #121824
RGB
CMYK
RGB Variations
Color information
#121824 (or 0x121824) is known color: Black Russian. HEX triplet: 12, 18 and 24. RGB value is (18,24,36). Sum of RGB (Red+Green+Blue) = 18+24+36=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #121824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121824 is #EDE7DB. Grayscale: #171717. Windows color (decimal): -15591388 or 2365458. OLE color: 2365458.
HSL color Cylindrical-coordinate representation of color #121824: hue angle of 220º 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 #121824 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 24 | 36 | - |
| CMYK | 0.5 | 0.33 | 0 | 0.86 |
| HSL | 220º | 0.33% | 0.11% | - |
| HSV(B) | 220º | 0.5% | 0.14% | - |
| XYZ | 0.89 | 0.91 | 1.8 | - |
| YUV | 23.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 36 | 0.5 | 0.33 | 0 | 0.86 | 220 | 0.33 | 0.11 |
| Hex | 12 | 18 | 24 | 32 | 21 | 0 | 56 | DC | 21 | B |
| Octal | 22 | 30 | 44 | 62 | 41 | 0 | 126 | 334 | 41 | 13 |
| Binary | 10010 | 11000 | 100100 | 110010 | 100001 | 0 | 1010110 | 11011100 | 100001 | 1011 |
Color Harmonies of #121824
Complementary color
Monochromatic Colors of #121824
Black with #121824
Text Example
Text Example
White with #121824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121824; }
p { color: rgb(18,24,36); }
H1.HeaderClassName
{
color: #121824;
}
.AnyTagClassName
{
color: #121824;
}
</style>
background-color css
<style>
a { background-color: #121824; }
a { background-color: rgb(18,24,36); }
div.DivClassName
{
background-color: #121824;
}
.BgClassName
{
background-color: #121824;
}
</style>
border-color css
<style>
span { border-color: #121824; }
span { border-color: rgb(18,24,36); }
td.TdClassName
{
border-color: #121824;
}
.TagClassName
{
border-color: #121824;
}
</style>