Shades of Black Russian #13131B
Tints of Black Russian #13131B
RGB
CMYK
RGB Variations
Color information
#13131B (or 0x13131B) is known color: Black Russian. HEX triplet: 13, 13 and 1B. RGB value is (19,19,27). Sum of RGB (Red+Green+Blue) = 19+19+27=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #13131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131B is #ECECE4. Grayscale: #131313. Windows color (decimal): -15527141 or 1774355. OLE color: 1774355.
HSL color Cylindrical-coordinate representation of color #13131B: hue angle of 240º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13131B is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 19 | 27 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.89 |
| HSL | 240º | 0.17% | 0.09% | - |
| HSV(B) | 240º | 0.3% | 0.11% | - |
| XYZ | 0.7 | 0.68 | 1.13 | - |
| YUV | 19.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 27 | 0.30 | 0.30 | 0 | 0.89 | 240 | 0.17 | 0.09 |
| Hex | 13 | 13 | 1B | 1E | 1E | 0 | 59 | F0 | 11 | 9 |
| Octal | 23 | 23 | 33 | 36 | 36 | 0 | 131 | 360 | 21 | 11 |
| Binary | 10011 | 10011 | 11011 | 11110 | 11110 | 0 | 1011001 | 11110000 | 10001 | 1001 |
Color Harmonies of #13131B
Complementary color
Monochromatic Colors of #13131B
Black with #13131B
Text Example
Text Example
White with #13131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13131B; }
p { color: rgb(19,19,27); }
H1.HeaderClassName
{
color: #13131B;
}
.AnyTagClassName
{
color: #13131B;
}
</style>
background-color css
<style>
a { background-color: #13131B; }
a { background-color: rgb(19,19,27); }
div.DivClassName
{
background-color: #13131B;
}
.BgClassName
{
background-color: #13131B;
}
</style>
border-color css
<style>
span { border-color: #13131B; }
span { border-color: rgb(19,19,27); }
td.TdClassName
{
border-color: #13131B;
}
.TagClassName
{
border-color: #13131B;
}
</style>