Shades of Black Russian #11162D
Tints of Black Russian #11162D
RGB
CMYK
RGB Variations
Color information
#11162D (or 0x11162D) is known color: Black Russian. HEX triplet: 11, 16 and 2D. RGB value is (17,22,45). Sum of RGB (Red+Green+Blue) = 17+22+45=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #11162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11162D is #EEE9D2. Grayscale: #171717. Windows color (decimal): -15657427 or 2954769. OLE color: 2954769.
HSL color Cylindrical-coordinate representation of color #11162D: hue angle of 229.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11162D is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 22 | 45 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.82 |
| HSL | 229.29º | 0.45% | 0.12% | - |
| HSV(B) | 229.29º | 0.62% | 0.18% | - |
| XYZ | 0.99 | 0.88 | 2.6 | - |
| YUV | 23.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 45 | 0.62 | 0.51 | 0 | 0.82 | 229.29 | 0.45 | 0.12 |
| Hex | 11 | 16 | 2D | 3E | 33 | 0 | 52 | E5 | 2D | C |
| Octal | 21 | 26 | 55 | 76 | 63 | 0 | 122 | 345 | 55 | 14 |
| Binary | 10001 | 10110 | 101101 | 111110 | 110011 | 0 | 1010010 | 11100101 | 101101 | 1100 |
Color Harmonies of #11162D
Complementary color
Monochromatic Colors of #11162D
Black with #11162D
Text Example
Text Example
White with #11162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11162D; }
p { color: rgb(17,22,45); }
H1.HeaderClassName
{
color: #11162D;
}
.AnyTagClassName
{
color: #11162D;
}
</style>
background-color css
<style>
a { background-color: #11162D; }
a { background-color: rgb(17,22,45); }
div.DivClassName
{
background-color: #11162D;
}
.BgClassName
{
background-color: #11162D;
}
</style>
border-color css
<style>
span { border-color: #11162D; }
span { border-color: rgb(17,22,45); }
td.TdClassName
{
border-color: #11162D;
}
.TagClassName
{
border-color: #11162D;
}
</style>