Shades of Black Russian #121324
Tints of Black Russian #121324
RGB
CMYK
RGB Variations
Color information
#121324 (or 0x121324) is known color: Black Russian. HEX triplet: 12, 13 and 24. RGB value is (18,19,36). Sum of RGB (Red+Green+Blue) = 18+19+36=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #121324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121324 is #EDECDB. Grayscale: #141414. Windows color (decimal): -15592668 or 2364178. OLE color: 2364178.
HSL color Cylindrical-coordinate representation of color #121324: hue angle of 236.67º 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 #121324 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 19 | 36 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.86 |
| HSL | 236.67º | 0.33% | 0.11% | - |
| HSV(B) | 236.67º | 0.5% | 0.14% | - |
| XYZ | 0.8 | 0.72 | 1.77 | - |
| YUV | 20.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 36 | 0.5 | 0.47 | 0 | 0.86 | 236.67 | 0.33 | 0.11 |
| Hex | 12 | 13 | 24 | 32 | 2F | 0 | 56 | ED | 21 | B |
| Octal | 22 | 23 | 44 | 62 | 57 | 0 | 126 | 355 | 41 | 13 |
| Binary | 10010 | 10011 | 100100 | 110010 | 101111 | 0 | 1010110 | 11101101 | 100001 | 1011 |
Color Harmonies of #121324
Complementary color
Monochromatic Colors of #121324
Black with #121324
Text Example
Text Example
White with #121324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121324; }
p { color: rgb(18,19,36); }
H1.HeaderClassName
{
color: #121324;
}
.AnyTagClassName
{
color: #121324;
}
</style>
background-color css
<style>
a { background-color: #121324; }
a { background-color: rgb(18,19,36); }
div.DivClassName
{
background-color: #121324;
}
.BgClassName
{
background-color: #121324;
}
</style>
border-color css
<style>
span { border-color: #121324; }
span { border-color: rgb(18,19,36); }
td.TdClassName
{
border-color: #121324;
}
.TagClassName
{
border-color: #121324;
}
</style>