Shades of Black Russian #12121B
Tints of Black Russian #12121B
RGB
CMYK
RGB Variations
Color information
#12121B (or 0x12121B) is known color: Black Russian. HEX triplet: 12, 12 and 1B. RGB value is (18,18,27). Sum of RGB (Red+Green+Blue) = 18+18+27=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #12121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12121B is #EDEDE4. Grayscale: #121212. Windows color (decimal): -15592933 or 1774098. OLE color: 1774098.
HSL color Cylindrical-coordinate representation of color #12121B: hue angle of 240º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #12121B is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 18 | 27 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.89 |
| HSL | 240º | 0.2% | 0.09% | - |
| HSV(B) | 240º | 0.33% | 0.11% | - |
| XYZ | 0.66 | 0.64 | 1.13 | - |
| YUV | 19.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 27 | 0.33 | 0.33 | 0 | 0.89 | 240 | 0.2 | 0.09 |
| Hex | 12 | 12 | 1B | 21 | 21 | 0 | 59 | F0 | 14 | 9 |
| Octal | 22 | 22 | 33 | 41 | 41 | 0 | 131 | 360 | 24 | 11 |
| Binary | 10010 | 10010 | 11011 | 100001 | 100001 | 0 | 1011001 | 11110000 | 10100 | 1001 |
Color Harmonies of #12121B
Complementary color
Monochromatic Colors of #12121B
Black with #12121B
Text Example
Text Example
White with #12121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12121B; }
p { color: rgb(18,18,27); }
H1.HeaderClassName
{
color: #12121B;
}
.AnyTagClassName
{
color: #12121B;
}
</style>
background-color css
<style>
a { background-color: #12121B; }
a { background-color: rgb(18,18,27); }
div.DivClassName
{
background-color: #12121B;
}
.BgClassName
{
background-color: #12121B;
}
</style>
border-color css
<style>
span { border-color: #12121B; }
span { border-color: rgb(18,18,27); }
td.TdClassName
{
border-color: #12121B;
}
.TagClassName
{
border-color: #12121B;
}
</style>