Shades of Black Russian #13131D
Tints of Black Russian #13131D
RGB
CMYK
RGB Variations
Color information
#13131D (or 0x13131D) is known color: Black Russian. HEX triplet: 13, 13 and 1D. RGB value is (19,19,29). Sum of RGB (Red+Green+Blue) = 19+19+29=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #13131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131D is #ECECE2. Grayscale: #141414. Windows color (decimal): -15527139 or 1905427. OLE color: 1905427.
HSL color Cylindrical-coordinate representation of color #13131D: hue angle of 240º 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 #13131D is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 19 | 29 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.89 |
| HSL | 240º | 0.21% | 0.09% | - |
| HSV(B) | 240º | 0.34% | 0.11% | - |
| XYZ | 0.72 | 0.69 | 1.26 | - |
| YUV | 20.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 29 | 0.34 | 0.34 | 0 | 0.89 | 240 | 0.21 | 0.09 |
| Hex | 13 | 13 | 1D | 22 | 22 | 0 | 59 | F0 | 15 | 9 |
| Octal | 23 | 23 | 35 | 42 | 42 | 0 | 131 | 360 | 25 | 11 |
| Binary | 10011 | 10011 | 11101 | 100010 | 100010 | 0 | 1011001 | 11110000 | 10101 | 1001 |
Color Harmonies of #13131D
Complementary color
Monochromatic Colors of #13131D
Black with #13131D
Text Example
Text Example
White with #13131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13131D; }
p { color: rgb(19,19,29); }
H1.HeaderClassName
{
color: #13131D;
}
.AnyTagClassName
{
color: #13131D;
}
</style>
background-color css
<style>
a { background-color: #13131D; }
a { background-color: rgb(19,19,29); }
div.DivClassName
{
background-color: #13131D;
}
.BgClassName
{
background-color: #13131D;
}
</style>
border-color css
<style>
span { border-color: #13131D; }
span { border-color: rgb(19,19,29); }
td.TdClassName
{
border-color: #13131D;
}
.TagClassName
{
border-color: #13131D;
}
</style>