Shades of Black Russian #111531
Tints of Black Russian #111531
RGB
CMYK
RGB Variations
Color information
#111531 (or 0x111531) is known color: Black Russian. HEX triplet: 11, 15 and 31. RGB value is (17,21,49). Sum of RGB (Red+Green+Blue) = 17+21+49=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #111531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111531 is #EEEACE. Grayscale: #161616. Windows color (decimal): -15657679 or 3216657. OLE color: 3216657.
HSL color Cylindrical-coordinate representation of color #111531: hue angle of 232.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111531 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 21 | 49 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.81 |
| HSL | 232.5º | 0.48% | 0.13% | - |
| HSV(B) | 232.5º | 0.65% | 0.19% | - |
| XYZ | 1.05 | 0.88 | 3.02 | - |
| YUV | 23 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 49 | 0.65 | 0.57 | 0 | 0.81 | 232.5 | 0.48 | 0.13 |
| Hex | 11 | 15 | 31 | 41 | 39 | 0 | 51 | E8 | 30 | D |
| Octal | 21 | 25 | 61 | 101 | 71 | 0 | 121 | 350 | 60 | 15 |
| Binary | 10001 | 10101 | 110001 | 1000001 | 111001 | 0 | 1010001 | 11101000 | 110000 | 1101 |
Color Harmonies of #111531
Complementary color
Monochromatic Colors of #111531
Black with #111531
Text Example
Text Example
White with #111531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111531; }
p { color: rgb(17,21,49); }
H1.HeaderClassName
{
color: #111531;
}
.AnyTagClassName
{
color: #111531;
}
</style>
background-color css
<style>
a { background-color: #111531; }
a { background-color: rgb(17,21,49); }
div.DivClassName
{
background-color: #111531;
}
.BgClassName
{
background-color: #111531;
}
</style>
border-color css
<style>
span { border-color: #111531; }
span { border-color: rgb(17,21,49); }
td.TdClassName
{
border-color: #111531;
}
.TagClassName
{
border-color: #111531;
}
</style>