Shades of Black Russian #13161D
Tints of Black Russian #13161D
RGB
CMYK
RGB Variations
Color information
#13161D (or 0x13161D) is known color: Black Russian. HEX triplet: 13, 16 and 1D. RGB value is (19,22,29). Sum of RGB (Red+Green+Blue) = 19+22+29=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #13161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13161D is #ECE9E2. Grayscale: #151515. Windows color (decimal): -15526371 or 1906195. OLE color: 1906195.
HSL color Cylindrical-coordinate representation of color #13161D: hue angle of 222º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #13161D is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 22 | 29 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.89 |
| HSL | 222º | 0.21% | 0.09% | - |
| HSV(B) | 222º | 0.34% | 0.11% | - |
| XYZ | 0.78 | 0.8 | 1.28 | - |
| YUV | 21.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 29 | 0.34 | 0.24 | 0 | 0.89 | 222 | 0.21 | 0.09 |
| Hex | 13 | 16 | 1D | 22 | 18 | 0 | 59 | DE | 15 | 9 |
| Octal | 23 | 26 | 35 | 42 | 30 | 0 | 131 | 336 | 25 | 11 |
| Binary | 10011 | 10110 | 11101 | 100010 | 11000 | 0 | 1011001 | 11011110 | 10101 | 1001 |
Color Harmonies of #13161D
Complementary color
Monochromatic Colors of #13161D
Black with #13161D
Text Example
Text Example
White with #13161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13161D; }
p { color: rgb(19,22,29); }
H1.HeaderClassName
{
color: #13161D;
}
.AnyTagClassName
{
color: #13161D;
}
</style>
background-color css
<style>
a { background-color: #13161D; }
a { background-color: rgb(19,22,29); }
div.DivClassName
{
background-color: #13161D;
}
.BgClassName
{
background-color: #13161D;
}
</style>
border-color css
<style>
span { border-color: #13161D; }
span { border-color: rgb(19,22,29); }
td.TdClassName
{
border-color: #13161D;
}
.TagClassName
{
border-color: #13161D;
}
</style>