Shades of Black Russian #111527
Tints of Black Russian #111527
RGB
CMYK
RGB Variations
Color information
#111527 (or 0x111527) is known color: Black Russian. HEX triplet: 11, 15 and 27. RGB value is (17,21,39). Sum of RGB (Red+Green+Blue) = 17+21+39=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #111527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111527 is #EEEAD8. Grayscale: #151515. Windows color (decimal): -15657689 or 2561297. OLE color: 2561297.
HSL color Cylindrical-coordinate representation of color #111527: hue angle of 229.09º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111527 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 21 | 39 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.85 |
| HSL | 229.09º | 0.39% | 0.11% | - |
| HSV(B) | 229.09º | 0.56% | 0.15% | - |
| XYZ | 0.87 | 0.8 | 2.03 | - |
| YUV | 21.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 39 | 0.56 | 0.46 | 0 | 0.85 | 229.09 | 0.39 | 0.11 |
| Hex | 11 | 15 | 27 | 38 | 2E | 0 | 55 | E5 | 27 | B |
| Octal | 21 | 25 | 47 | 70 | 56 | 0 | 125 | 345 | 47 | 13 |
| Binary | 10001 | 10101 | 100111 | 111000 | 101110 | 0 | 1010101 | 11100101 | 100111 | 1011 |
Color Harmonies of #111527
Complementary color
Monochromatic Colors of #111527
Black with #111527
Text Example
Text Example
White with #111527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111527; }
p { color: rgb(17,21,39); }
H1.HeaderClassName
{
color: #111527;
}
.AnyTagClassName
{
color: #111527;
}
</style>
background-color css
<style>
a { background-color: #111527; }
a { background-color: rgb(17,21,39); }
div.DivClassName
{
background-color: #111527;
}
.BgClassName
{
background-color: #111527;
}
</style>
border-color css
<style>
span { border-color: #111527; }
span { border-color: rgb(17,21,39); }
td.TdClassName
{
border-color: #111527;
}
.TagClassName
{
border-color: #111527;
}
</style>