Shades of Black Russian #11131D
Tints of Black Russian #11131D
RGB
CMYK
RGB Variations
Color information
#11131D (or 0x11131D) is known color: Black Russian. HEX triplet: 11, 13 and 1D. RGB value is (17,19,29). Sum of RGB (Red+Green+Blue) = 17+19+29=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #11131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131D is #EEECE2. Grayscale: #131313. Windows color (decimal): -15658211 or 1905425. OLE color: 1905425.
HSL color Cylindrical-coordinate representation of color #11131D: hue angle of 230º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11131D is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 19 | 29 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.89 |
| HSL | 230º | 0.26% | 0.09% | - |
| HSV(B) | 230º | 0.41% | 0.11% | - |
| XYZ | 0.69 | 0.67 | 1.26 | - |
| YUV | 19.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 29 | 0.41 | 0.34 | 0 | 0.89 | 230 | 0.26 | 0.09 |
| Hex | 11 | 13 | 1D | 29 | 22 | 0 | 59 | E6 | 1A | 9 |
| Octal | 21 | 23 | 35 | 51 | 42 | 0 | 131 | 346 | 32 | 11 |
| Binary | 10001 | 10011 | 11101 | 101001 | 100010 | 0 | 1011001 | 11100110 | 11010 | 1001 |
Color Harmonies of #11131D
Complementary color
Monochromatic Colors of #11131D
Black with #11131D
Text Example
Text Example
White with #11131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11131D; }
p { color: rgb(17,19,29); }
H1.HeaderClassName
{
color: #11131D;
}
.AnyTagClassName
{
color: #11131D;
}
</style>
background-color css
<style>
a { background-color: #11131D; }
a { background-color: rgb(17,19,29); }
div.DivClassName
{
background-color: #11131D;
}
.BgClassName
{
background-color: #11131D;
}
</style>
border-color css
<style>
span { border-color: #11131D; }
span { border-color: rgb(17,19,29); }
td.TdClassName
{
border-color: #11131D;
}
.TagClassName
{
border-color: #11131D;
}
</style>