Shades of Black Russian #111526
Tints of Black Russian #111526
RGB
CMYK
RGB Variations
Color information
#111526 (or 0x111526) is known color: Black Russian. HEX triplet: 11, 15 and 26. RGB value is (17,21,38). Sum of RGB (Red+Green+Blue) = 17+21+38=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #111526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111526 is #EEEAD9. Grayscale: #151515. Windows color (decimal): -15657690 or 2495761. OLE color: 2495761.
HSL color Cylindrical-coordinate representation of color #111526: hue angle of 228.57º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111526 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 21 | 38 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.85 |
| HSL | 228.57º | 0.38% | 0.11% | - |
| HSV(B) | 228.57º | 0.55% | 0.15% | - |
| XYZ | 0.85 | 0.8 | 1.94 | - |
| YUV | 21.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 38 | 0.55 | 0.45 | 0 | 0.85 | 228.57 | 0.38 | 0.11 |
| Hex | 11 | 15 | 26 | 37 | 2D | 0 | 55 | E5 | 26 | B |
| Octal | 21 | 25 | 46 | 67 | 55 | 0 | 125 | 345 | 46 | 13 |
| Binary | 10001 | 10101 | 100110 | 110111 | 101101 | 0 | 1010101 | 11100101 | 100110 | 1011 |
Color Harmonies of #111526
Complementary color
Monochromatic Colors of #111526
Black with #111526
Text Example
Text Example
White with #111526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111526; }
p { color: rgb(17,21,38); }
H1.HeaderClassName
{
color: #111526;
}
.AnyTagClassName
{
color: #111526;
}
</style>
background-color css
<style>
a { background-color: #111526; }
a { background-color: rgb(17,21,38); }
div.DivClassName
{
background-color: #111526;
}
.BgClassName
{
background-color: #111526;
}
</style>
border-color css
<style>
span { border-color: #111526; }
span { border-color: rgb(17,21,38); }
td.TdClassName
{
border-color: #111526;
}
.TagClassName
{
border-color: #111526;
}
</style>