Shades of Black Russian #111331
Tints of Black Russian #111331
RGB
CMYK
RGB Variations
Color information
#111331 (or 0x111331) is known color: Black Russian. HEX triplet: 11, 13 and 31. RGB value is (17,19,49). Sum of RGB (Red+Green+Blue) = 17+19+49=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #111331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111331 is #EEECCE. Grayscale: #151515. Windows color (decimal): -15658191 or 3216145. OLE color: 3216145.
HSL color Cylindrical-coordinate representation of color #111331: hue angle of 236.25º 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 #111331 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 19 | 49 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.81 |
| HSL | 236.25º | 0.48% | 0.13% | - |
| HSV(B) | 236.25º | 0.65% | 0.19% | - |
| XYZ | 1.02 | 0.81 | 3.01 | - |
| YUV | 21.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 49 | 0.65 | 0.61 | 0 | 0.81 | 236.25 | 0.48 | 0.13 |
| Hex | 11 | 13 | 31 | 41 | 3D | 0 | 51 | EC | 30 | D |
| Octal | 21 | 23 | 61 | 101 | 75 | 0 | 121 | 354 | 60 | 15 |
| Binary | 10001 | 10011 | 110001 | 1000001 | 111101 | 0 | 1010001 | 11101100 | 110000 | 1101 |
Color Harmonies of #111331
Complementary color
Monochromatic Colors of #111331
Black with #111331
Text Example
Text Example
White with #111331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111331; }
p { color: rgb(17,19,49); }
H1.HeaderClassName
{
color: #111331;
}
.AnyTagClassName
{
color: #111331;
}
</style>
background-color css
<style>
a { background-color: #111331; }
a { background-color: rgb(17,19,49); }
div.DivClassName
{
background-color: #111331;
}
.BgClassName
{
background-color: #111331;
}
</style>
border-color css
<style>
span { border-color: #111331; }
span { border-color: rgb(17,19,49); }
td.TdClassName
{
border-color: #111331;
}
.TagClassName
{
border-color: #111331;
}
</style>