Shades of Black Russian #11111E
Tints of Black Russian #11111E
RGB
CMYK
RGB Variations
Color information
#11111E (or 0x11111E) is known color: Black Russian. HEX triplet: 11, 11 and 1E. RGB value is (17,17,30). Sum of RGB (Red+Green+Blue) = 17+17+30=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #11111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11111E is #EEEEE1. Grayscale: #121212. Windows color (decimal): -15658722 or 1970449. OLE color: 1970449.
HSL color Cylindrical-coordinate representation of color #11111E: hue angle of 240º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11111E is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 17 | 30 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.88 |
| HSL | 240º | 0.28% | 0.09% | - |
| HSV(B) | 240º | 0.43% | 0.12% | - |
| XYZ | 0.67 | 0.61 | 1.31 | - |
| YUV | 18.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 30 | 0.43 | 0.43 | 0 | 0.88 | 240 | 0.28 | 0.09 |
| Hex | 11 | 11 | 1E | 2B | 2B | 0 | 58 | F0 | 1C | 9 |
| Octal | 21 | 21 | 36 | 53 | 53 | 0 | 130 | 360 | 34 | 11 |
| Binary | 10001 | 10001 | 11110 | 101011 | 101011 | 0 | 1011000 | 11110000 | 11100 | 1001 |
Color Harmonies of #11111E
Complementary color
Monochromatic Colors of #11111E
Black with #11111E
Text Example
Text Example
White with #11111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11111E; }
p { color: rgb(17,17,30); }
H1.HeaderClassName
{
color: #11111E;
}
.AnyTagClassName
{
color: #11111E;
}
</style>
background-color css
<style>
a { background-color: #11111E; }
a { background-color: rgb(17,17,30); }
div.DivClassName
{
background-color: #11111E;
}
.BgClassName
{
background-color: #11111E;
}
</style>
border-color css
<style>
span { border-color: #11111E; }
span { border-color: rgb(17,17,30); }
td.TdClassName
{
border-color: #11111E;
}
.TagClassName
{
border-color: #11111E;
}
</style>