Shades of Black Russian #11131B
Tints of Black Russian #11131B
RGB
CMYK
RGB Variations
Color information
#11131B (or 0x11131B) is known color: Black Russian. HEX triplet: 11, 13 and 1B. RGB value is (17,19,27). Sum of RGB (Red+Green+Blue) = 17+19+27=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #11131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131B is #EEECE4. Grayscale: #131313. Windows color (decimal): -15658213 or 1774353. OLE color: 1774353.
HSL color Cylindrical-coordinate representation of color #11131B: hue angle of 228º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11131B is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 19 | 27 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.89 |
| HSL | 228º | 0.23% | 0.09% | - |
| HSV(B) | 228º | 0.37% | 0.11% | - |
| XYZ | 0.66 | 0.66 | 1.13 | - |
| YUV | 19.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 27 | 0.37 | 0.30 | 0 | 0.89 | 228 | 0.23 | 0.09 |
| Hex | 11 | 13 | 1B | 25 | 1E | 0 | 59 | E4 | 17 | 9 |
| Octal | 21 | 23 | 33 | 45 | 36 | 0 | 131 | 344 | 27 | 11 |
| Binary | 10001 | 10011 | 11011 | 100101 | 11110 | 0 | 1011001 | 11100100 | 10111 | 1001 |
Color Harmonies of #11131B
Complementary color
Monochromatic Colors of #11131B
Black with #11131B
Text Example
Text Example
White with #11131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11131B; }
p { color: rgb(17,19,27); }
H1.HeaderClassName
{
color: #11131B;
}
.AnyTagClassName
{
color: #11131B;
}
</style>
background-color css
<style>
a { background-color: #11131B; }
a { background-color: rgb(17,19,27); }
div.DivClassName
{
background-color: #11131B;
}
.BgClassName
{
background-color: #11131B;
}
</style>
border-color css
<style>
span { border-color: #11131B; }
span { border-color: rgb(17,19,27); }
td.TdClassName
{
border-color: #11131B;
}
.TagClassName
{
border-color: #11131B;
}
</style>