Shades of Black Russian #13161E
Tints of Black Russian #13161E
RGB
CMYK
RGB Variations
Color information
#13161E (or 0x13161E) is known color: Black Russian. HEX triplet: 13, 16 and 1E. RGB value is (19,22,30). Sum of RGB (Red+Green+Blue) = 19+22+30=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #13161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13161E is #ECE9E1. Grayscale: #151515. Windows color (decimal): -15526370 or 1971731. OLE color: 1971731.
HSL color Cylindrical-coordinate representation of color #13161E: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #13161E is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 22 | 30 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.88 |
| HSL | 223.64º | 0.22% | 0.1% | - |
| HSV(B) | 223.64º | 0.37% | 0.12% | - |
| XYZ | 0.79 | 0.81 | 1.34 | - |
| YUV | 22.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 30 | 0.37 | 0.27 | 0 | 0.88 | 223.64 | 0.22 | 0.1 |
| Hex | 13 | 16 | 1E | 25 | 1B | 0 | 58 | E0 | 16 | A |
| Octal | 23 | 26 | 36 | 45 | 33 | 0 | 130 | 340 | 26 | 12 |
| Binary | 10011 | 10110 | 11110 | 100101 | 11011 | 0 | 1011000 | 11100000 | 10110 | 1010 |
Color Harmonies of #13161E
Complementary color
Monochromatic Colors of #13161E
Black with #13161E
Text Example
Text Example
White with #13161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13161E; }
p { color: rgb(19,22,30); }
H1.HeaderClassName
{
color: #13161E;
}
.AnyTagClassName
{
color: #13161E;
}
</style>
background-color css
<style>
a { background-color: #13161E; }
a { background-color: rgb(19,22,30); }
div.DivClassName
{
background-color: #13161E;
}
.BgClassName
{
background-color: #13161E;
}
</style>
border-color css
<style>
span { border-color: #13161E; }
span { border-color: rgb(19,22,30); }
td.TdClassName
{
border-color: #13161E;
}
.TagClassName
{
border-color: #13161E;
}
</style>