Shades of Black Russian #11151E
Tints of Black Russian #11151E
RGB
CMYK
RGB Variations
Color information
#11151E (or 0x11151E) is known color: Black Russian. HEX triplet: 11, 15 and 1E. RGB value is (17,21,30). Sum of RGB (Red+Green+Blue) = 17+21+30=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #11151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11151E is #EEEAE1. Grayscale: #141414. Windows color (decimal): -15657698 or 1971473. OLE color: 1971473.
HSL color Cylindrical-coordinate representation of color #11151E: hue angle of 221.54º 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 #11151E is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 21 | 30 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.88 |
| HSL | 221.54º | 0.28% | 0.09% | - |
| HSV(B) | 221.54º | 0.43% | 0.12% | - |
| XYZ | 0.73 | 0.75 | 1.33 | - |
| YUV | 20.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 30 | 0.43 | 0.30 | 0 | 0.88 | 221.54 | 0.28 | 0.09 |
| Hex | 11 | 15 | 1E | 2B | 1E | 0 | 58 | DE | 1C | 9 |
| Octal | 21 | 25 | 36 | 53 | 36 | 0 | 130 | 336 | 34 | 11 |
| Binary | 10001 | 10101 | 11110 | 101011 | 11110 | 0 | 1011000 | 11011110 | 11100 | 1001 |
Color Harmonies of #11151E
Complementary color
Monochromatic Colors of #11151E
Black with #11151E
Text Example
Text Example
White with #11151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11151E; }
p { color: rgb(17,21,30); }
H1.HeaderClassName
{
color: #11151E;
}
.AnyTagClassName
{
color: #11151E;
}
</style>
background-color css
<style>
a { background-color: #11151E; }
a { background-color: rgb(17,21,30); }
div.DivClassName
{
background-color: #11151E;
}
.BgClassName
{
background-color: #11151E;
}
</style>
border-color css
<style>
span { border-color: #11151E; }
span { border-color: rgb(17,21,30); }
td.TdClassName
{
border-color: #11151E;
}
.TagClassName
{
border-color: #11151E;
}
</style>