Shades of Black Russian #11121C
Tints of Black Russian #11121C
RGB
CMYK
RGB Variations
Color information
#11121C (or 0x11121C) is known color: Black Russian. HEX triplet: 11, 12 and 1C. RGB value is (17,18,28). Sum of RGB (Red+Green+Blue) = 17+18+28=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #11121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11121C is #EEEDE3. Grayscale: #121212. Windows color (decimal): -15658468 or 1839633. OLE color: 1839633.
HSL color Cylindrical-coordinate representation of color #11121C: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #11121C is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 18 | 28 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.89 |
| HSL | 234.55º | 0.24% | 0.09% | - |
| HSV(B) | 234.55º | 0.39% | 0.11% | - |
| XYZ | 0.66 | 0.64 | 1.19 | - |
| YUV | 18.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 28 | 0.39 | 0.36 | 0 | 0.89 | 234.55 | 0.24 | 0.09 |
| Hex | 11 | 12 | 1C | 27 | 24 | 0 | 59 | EB | 18 | 9 |
| Octal | 21 | 22 | 34 | 47 | 44 | 0 | 131 | 353 | 30 | 11 |
| Binary | 10001 | 10010 | 11100 | 100111 | 100100 | 0 | 1011001 | 11101011 | 11000 | 1001 |
Color Harmonies of #11121C
Complementary color
Monochromatic Colors of #11121C
Black with #11121C
Text Example
Text Example
White with #11121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11121C; }
p { color: rgb(17,18,28); }
H1.HeaderClassName
{
color: #11121C;
}
.AnyTagClassName
{
color: #11121C;
}
</style>
background-color css
<style>
a { background-color: #11121C; }
a { background-color: rgb(17,18,28); }
div.DivClassName
{
background-color: #11121C;
}
.BgClassName
{
background-color: #11121C;
}
</style>
border-color css
<style>
span { border-color: #11121C; }
span { border-color: rgb(17,18,28); }
td.TdClassName
{
border-color: #11121C;
}
.TagClassName
{
border-color: #11121C;
}
</style>