Shades of Black Russian #13151E
Tints of Black Russian #13151E
RGB
CMYK
RGB Variations
Color information
#13151E (or 0x13151E) is known color: Black Russian. HEX triplet: 13, 15 and 1E. RGB value is (19,21,30). Sum of RGB (Red+Green+Blue) = 19+21+30=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #13151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13151E is #ECEAE1. Grayscale: #151515. Windows color (decimal): -15526626 or 1971475. OLE color: 1971475.
HSL color Cylindrical-coordinate representation of color #13151E: hue angle of 229.09º 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 #13151E is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 21 | 30 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.88 |
| HSL | 229.09º | 0.22% | 0.1% | - |
| HSV(B) | 229.09º | 0.37% | 0.12% | - |
| XYZ | 0.77 | 0.77 | 1.34 | - |
| YUV | 21.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 30 | 0.37 | 0.30 | 0 | 0.88 | 229.09 | 0.22 | 0.1 |
| Hex | 13 | 15 | 1E | 25 | 1E | 0 | 58 | E5 | 16 | A |
| Octal | 23 | 25 | 36 | 45 | 36 | 0 | 130 | 345 | 26 | 12 |
| Binary | 10011 | 10101 | 11110 | 100101 | 11110 | 0 | 1011000 | 11100101 | 10110 | 1010 |
Color Harmonies of #13151E
Complementary color
Monochromatic Colors of #13151E
Black with #13151E
Text Example
Text Example
White with #13151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13151E; }
p { color: rgb(19,21,30); }
H1.HeaderClassName
{
color: #13151E;
}
.AnyTagClassName
{
color: #13151E;
}
</style>
background-color css
<style>
a { background-color: #13151E; }
a { background-color: rgb(19,21,30); }
div.DivClassName
{
background-color: #13151E;
}
.BgClassName
{
background-color: #13151E;
}
</style>
border-color css
<style>
span { border-color: #13151E; }
span { border-color: rgb(19,21,30); }
td.TdClassName
{
border-color: #13151E;
}
.TagClassName
{
border-color: #13151E;
}
</style>