Shades of Black Russian #13112A
Tints of Black Russian #13112A
RGB
CMYK
RGB Variations
Color information
#13112A (or 0x13112A) is known color: Black Russian. HEX triplet: 13, 11 and 2A. RGB value is (19,17,42). Sum of RGB (Red+Green+Blue) = 19+17+42=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #13112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112A is #ECEED5. Grayscale: #141414. Windows color (decimal): -15527638 or 2756883. OLE color: 2756883.
HSL color Cylindrical-coordinate representation of color #13112A: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13112A is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 17 | 42 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.84 |
| HSL | 244.8º | 0.42% | 0.12% | - |
| HSV(B) | 244.8º | 0.6% | 0.16% | - |
| XYZ | 0.89 | 0.71 | 2.28 | - |
| YUV | 20.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 42 | 0.55 | 0.60 | 0 | 0.84 | 244.8 | 0.42 | 0.12 |
| Hex | 13 | 11 | 2A | 37 | 3C | 0 | 54 | F5 | 2A | C |
| Octal | 23 | 21 | 52 | 67 | 74 | 0 | 124 | 365 | 52 | 14 |
| Binary | 10011 | 10001 | 101010 | 110111 | 111100 | 0 | 1010100 | 11110101 | 101010 | 1100 |
Color Harmonies of #13112A
Complementary color
Monochromatic Colors of #13112A
Black with #13112A
Text Example
Text Example
White with #13112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13112A; }
p { color: rgb(19,17,42); }
H1.HeaderClassName
{
color: #13112A;
}
.AnyTagClassName
{
color: #13112A;
}
</style>
background-color css
<style>
a { background-color: #13112A; }
a { background-color: rgb(19,17,42); }
div.DivClassName
{
background-color: #13112A;
}
.BgClassName
{
background-color: #13112A;
}
</style>
border-color css
<style>
span { border-color: #13112A; }
span { border-color: rgb(19,17,42); }
td.TdClassName
{
border-color: #13112A;
}
.TagClassName
{
border-color: #13112A;
}
</style>