Shades of Black Russian #111031
Tints of Black Russian #111031
RGB
CMYK
RGB Variations
Color information
#111031 (or 0x111031) is known color: Black Russian. HEX triplet: 11, 10 and 31. RGB value is (17,16,49). Sum of RGB (Red+Green+Blue) = 17+16+49=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #111031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111031 is #EEEFCE. Grayscale: #131313. Windows color (decimal): -15658959 or 3215377. OLE color: 3215377.
HSL color Cylindrical-coordinate representation of color #111031: hue angle of 241.82º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111031 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 16 | 49 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.81 |
| HSL | 241.82º | 0.51% | 0.13% | - |
| HSV(B) | 241.82º | 0.67% | 0.19% | - |
| XYZ | 0.97 | 0.71 | 2.99 | - |
| YUV | 20.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 49 | 0.65 | 0.67 | 0 | 0.81 | 241.82 | 0.51 | 0.13 |
| Hex | 11 | 10 | 31 | 41 | 43 | 0 | 51 | F2 | 33 | D |
| Octal | 21 | 20 | 61 | 101 | 103 | 0 | 121 | 362 | 63 | 15 |
| Binary | 10001 | 10000 | 110001 | 1000001 | 1000011 | 0 | 1010001 | 11110010 | 110011 | 1101 |
Color Harmonies of #111031
Complementary color
Monochromatic Colors of #111031
Black with #111031
Text Example
Text Example
White with #111031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111031; }
p { color: rgb(17,16,49); }
H1.HeaderClassName
{
color: #111031;
}
.AnyTagClassName
{
color: #111031;
}
</style>
background-color css
<style>
a { background-color: #111031; }
a { background-color: rgb(17,16,49); }
div.DivClassName
{
background-color: #111031;
}
.BgClassName
{
background-color: #111031;
}
</style>
border-color css
<style>
span { border-color: #111031; }
span { border-color: rgb(17,16,49); }
td.TdClassName
{
border-color: #111031;
}
.TagClassName
{
border-color: #111031;
}
</style>