Shades of Black Russian #13111D
Tints of Black Russian #13111D
RGB
CMYK
RGB Variations
Color information
#13111D (or 0x13111D) is known color: Black Russian. HEX triplet: 13, 11 and 1D. RGB value is (19,17,29). Sum of RGB (Red+Green+Blue) = 19+17+29=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 17 (7.03% from 255 or 26.15% 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 #13111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111D is #ECEEE2. Grayscale: #121212. Windows color (decimal): -15527651 or 1904915. OLE color: 1904915.
HSL color Cylindrical-coordinate representation of color #13111D: hue angle of 250º 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 #13111D is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 17 | 29 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.89 |
| HSL | 250º | 0.26% | 0.09% | - |
| HSV(B) | 250º | 0.41% | 0.11% | - |
| XYZ | 0.69 | 0.63 | 1.25 | - |
| YUV | 18.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 29 | 0.34 | 0.41 | 0 | 0.89 | 250 | 0.26 | 0.09 |
| Hex | 13 | 11 | 1D | 22 | 29 | 0 | 59 | FA | 1A | 9 |
| Octal | 23 | 21 | 35 | 42 | 51 | 0 | 131 | 372 | 32 | 11 |
| Binary | 10011 | 10001 | 11101 | 100010 | 101001 | 0 | 1011001 | 11111010 | 11010 | 1001 |
Color Harmonies of #13111D
Complementary color
Monochromatic Colors of #13111D
Black with #13111D
Text Example
Text Example
White with #13111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13111D; }
p { color: rgb(19,17,29); }
H1.HeaderClassName
{
color: #13111D;
}
.AnyTagClassName
{
color: #13111D;
}
</style>
background-color css
<style>
a { background-color: #13111D; }
a { background-color: rgb(19,17,29); }
div.DivClassName
{
background-color: #13111D;
}
.BgClassName
{
background-color: #13111D;
}
</style>
border-color css
<style>
span { border-color: #13111D; }
span { border-color: rgb(19,17,29); }
td.TdClassName
{
border-color: #13111D;
}
.TagClassName
{
border-color: #13111D;
}
</style>