Shades of Black Russian #11152E
Tints of Black Russian #11152E
RGB
CMYK
RGB Variations
Color information
#11152E (or 0x11152E) is known color: Black Russian. HEX triplet: 11, 15 and 2E. RGB value is (17,21,46). Sum of RGB (Red+Green+Blue) = 17+21+46=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #11152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11152E is #EEEAD1. Grayscale: #161616. Windows color (decimal): -15657682 or 3020049. OLE color: 3020049.
HSL color Cylindrical-coordinate representation of color #11152E: hue angle of 231.72º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11152E is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 21 | 46 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.82 |
| HSL | 231.72º | 0.46% | 0.12% | - |
| HSV(B) | 231.72º | 0.63% | 0.18% | - |
| XYZ | 0.99 | 0.85 | 2.7 | - |
| YUV | 22.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 46 | 0.63 | 0.54 | 0 | 0.82 | 231.72 | 0.46 | 0.12 |
| Hex | 11 | 15 | 2E | 3F | 36 | 0 | 52 | E8 | 2E | C |
| Octal | 21 | 25 | 56 | 77 | 66 | 0 | 122 | 350 | 56 | 14 |
| Binary | 10001 | 10101 | 101110 | 111111 | 110110 | 0 | 1010010 | 11101000 | 101110 | 1100 |
Color Harmonies of #11152E
Complementary color
Monochromatic Colors of #11152E
Black with #11152E
Text Example
Text Example
White with #11152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11152E; }
p { color: rgb(17,21,46); }
H1.HeaderClassName
{
color: #11152E;
}
.AnyTagClassName
{
color: #11152E;
}
</style>
background-color css
<style>
a { background-color: #11152E; }
a { background-color: rgb(17,21,46); }
div.DivClassName
{
background-color: #11152E;
}
.BgClassName
{
background-color: #11152E;
}
</style>
border-color css
<style>
span { border-color: #11152E; }
span { border-color: rgb(17,21,46); }
td.TdClassName
{
border-color: #11152E;
}
.TagClassName
{
border-color: #11152E;
}
</style>