Shades of Black Russian #12161D
Tints of Black Russian #12161D
RGB
CMYK
RGB Variations
Color information
#12161D (or 0x12161D) is known color: Black Russian. HEX triplet: 12, 16 and 1D. RGB value is (18,22,29). Sum of RGB (Red+Green+Blue) = 18+22+29=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #12161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12161D is #EDE9E2. Grayscale: #151515. Windows color (decimal): -15591907 or 1906194. OLE color: 1906194.
HSL color Cylindrical-coordinate representation of color #12161D: hue angle of 218.18º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #12161D is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 22 | 29 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.89 |
| HSL | 218.18º | 0.23% | 0.09% | - |
| HSV(B) | 218.18º | 0.38% | 0.11% | - |
| XYZ | 0.76 | 0.79 | 1.28 | - |
| YUV | 21.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 29 | 0.38 | 0.24 | 0 | 0.89 | 218.18 | 0.23 | 0.09 |
| Hex | 12 | 16 | 1D | 26 | 18 | 0 | 59 | DA | 17 | 9 |
| Octal | 22 | 26 | 35 | 46 | 30 | 0 | 131 | 332 | 27 | 11 |
| Binary | 10010 | 10110 | 11101 | 100110 | 11000 | 0 | 1011001 | 11011010 | 10111 | 1001 |
Color Harmonies of #12161D
Complementary color
Monochromatic Colors of #12161D
Black with #12161D
Text Example
Text Example
White with #12161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12161D; }
p { color: rgb(18,22,29); }
H1.HeaderClassName
{
color: #12161D;
}
.AnyTagClassName
{
color: #12161D;
}
</style>
background-color css
<style>
a { background-color: #12161D; }
a { background-color: rgb(18,22,29); }
div.DivClassName
{
background-color: #12161D;
}
.BgClassName
{
background-color: #12161D;
}
</style>
border-color css
<style>
span { border-color: #12161D; }
span { border-color: rgb(18,22,29); }
td.TdClassName
{
border-color: #12161D;
}
.TagClassName
{
border-color: #12161D;
}
</style>