Shades of Black Russian #111524
Tints of Black Russian #111524
RGB
CMYK
RGB Variations
Color information
#111524 (or 0x111524) is known color: Black Russian. HEX triplet: 11, 15 and 24. RGB value is (17,21,36). Sum of RGB (Red+Green+Blue) = 17+21+36=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #111524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111524 is #EEEADB. Grayscale: #151515. Windows color (decimal): -15657692 or 2364689. OLE color: 2364689.
HSL color Cylindrical-coordinate representation of color #111524: hue angle of 227.37º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #111524 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 21 | 36 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.86 |
| HSL | 227.37º | 0.36% | 0.1% | - |
| HSV(B) | 227.37º | 0.53% | 0.14% | - |
| XYZ | 0.82 | 0.78 | 1.78 | - |
| YUV | 21.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 36 | 0.53 | 0.42 | 0 | 0.86 | 227.37 | 0.36 | 0.1 |
| Hex | 11 | 15 | 24 | 35 | 2A | 0 | 56 | E3 | 24 | A |
| Octal | 21 | 25 | 44 | 65 | 52 | 0 | 126 | 343 | 44 | 12 |
| Binary | 10001 | 10101 | 100100 | 110101 | 101010 | 0 | 1010110 | 11100011 | 100100 | 1010 |
Color Harmonies of #111524
Complementary color
Monochromatic Colors of #111524
Black with #111524
Text Example
Text Example
White with #111524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111524; }
p { color: rgb(17,21,36); }
H1.HeaderClassName
{
color: #111524;
}
.AnyTagClassName
{
color: #111524;
}
</style>
background-color css
<style>
a { background-color: #111524; }
a { background-color: rgb(17,21,36); }
div.DivClassName
{
background-color: #111524;
}
.BgClassName
{
background-color: #111524;
}
</style>
border-color css
<style>
span { border-color: #111524; }
span { border-color: rgb(17,21,36); }
td.TdClassName
{
border-color: #111524;
}
.TagClassName
{
border-color: #111524;
}
</style>