Shades of Black Russian #13112C
Tints of Black Russian #13112C
RGB
CMYK
RGB Variations
Color information
#13112C (or 0x13112C) is known color: Black Russian. HEX triplet: 13, 11 and 2C. RGB value is (19,17,44). Sum of RGB (Red+Green+Blue) = 19+17+44=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #13112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112C is #ECEED3. Grayscale: #141414. Windows color (decimal): -15527636 or 2887955. OLE color: 2887955.
HSL color Cylindrical-coordinate representation of color #13112C: hue angle of 244.44º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13112C is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 17 | 44 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.83 |
| HSL | 244.44º | 0.44% | 0.12% | - |
| HSV(B) | 244.44º | 0.61% | 0.17% | - |
| XYZ | 0.92 | 0.72 | 2.47 | - |
| YUV | 20.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 44 | 0.57 | 0.61 | 0 | 0.83 | 244.44 | 0.44 | 0.12 |
| Hex | 13 | 11 | 2C | 39 | 3D | 0 | 53 | F4 | 2C | C |
| Octal | 23 | 21 | 54 | 71 | 75 | 0 | 123 | 364 | 54 | 14 |
| Binary | 10011 | 10001 | 101100 | 111001 | 111101 | 0 | 1010011 | 11110100 | 101100 | 1100 |
Color Harmonies of #13112C
Complementary color
Monochromatic Colors of #13112C
Black with #13112C
Text Example
Text Example
White with #13112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13112C; }
p { color: rgb(19,17,44); }
H1.HeaderClassName
{
color: #13112C;
}
.AnyTagClassName
{
color: #13112C;
}
</style>
background-color css
<style>
a { background-color: #13112C; }
a { background-color: rgb(19,17,44); }
div.DivClassName
{
background-color: #13112C;
}
.BgClassName
{
background-color: #13112C;
}
</style>
border-color css
<style>
span { border-color: #13112C; }
span { border-color: rgb(19,17,44); }
td.TdClassName
{
border-color: #13112C;
}
.TagClassName
{
border-color: #13112C;
}
</style>