Shades of Black Russian #11162C
Tints of Black Russian #11162C
RGB
CMYK
RGB Variations
Color information
#11162C (or 0x11162C) is known color: Black Russian. HEX triplet: 11, 16 and 2C. RGB value is (17,22,44). Sum of RGB (Red+Green+Blue) = 17+22+44=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #11162C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11162C is #EEE9D3. Grayscale: #161616. Windows color (decimal): -15657428 or 2889233. OLE color: 2889233.
HSL color Cylindrical-coordinate representation of color #11162C: hue angle of 228.89º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11162C is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 22 | 44 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.83 |
| HSL | 228.89º | 0.44% | 0.12% | - |
| HSV(B) | 228.89º | 0.61% | 0.17% | - |
| XYZ | 0.97 | 0.87 | 2.5 | - |
| YUV | 23.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 44 | 0.61 | 0.5 | 0 | 0.83 | 228.89 | 0.44 | 0.12 |
| Hex | 11 | 16 | 2C | 3D | 32 | 0 | 53 | E5 | 2C | C |
| Octal | 21 | 26 | 54 | 75 | 62 | 0 | 123 | 345 | 54 | 14 |
| Binary | 10001 | 10110 | 101100 | 111101 | 110010 | 0 | 1010011 | 11100101 | 101100 | 1100 |
Color Harmonies of #11162C
Complementary color
Monochromatic Colors of #11162C
Black with #11162C
Text Example
Text Example
White with #11162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11162C; }
p { color: rgb(17,22,44); }
H1.HeaderClassName
{
color: #11162C;
}
.AnyTagClassName
{
color: #11162C;
}
</style>
background-color css
<style>
a { background-color: #11162C; }
a { background-color: rgb(17,22,44); }
div.DivClassName
{
background-color: #11162C;
}
.BgClassName
{
background-color: #11162C;
}
</style>
border-color css
<style>
span { border-color: #11162C; }
span { border-color: rgb(17,22,44); }
td.TdClassName
{
border-color: #11162C;
}
.TagClassName
{
border-color: #11162C;
}
</style>