Shades of Black Russian #13112D
Tints of Black Russian #13112D
RGB
CMYK
RGB Variations
Color information
#13112D (or 0x13112D) is known color: Black Russian. HEX triplet: 13, 11 and 2D. RGB value is (19,17,45). Sum of RGB (Red+Green+Blue) = 19+17+45=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #13112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112D is #ECEED2. Grayscale: #141414. Windows color (decimal): -15527635 or 2953491. OLE color: 2953491.
HSL color Cylindrical-coordinate representation of color #13112D: hue angle of 244.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13112D is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 17 | 45 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.82 |
| HSL | 244.29º | 0.45% | 0.12% | - |
| HSV(B) | 244.29º | 0.62% | 0.18% | - |
| XYZ | 0.94 | 0.73 | 2.57 | - |
| YUV | 20.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 45 | 0.58 | 0.62 | 0 | 0.82 | 244.29 | 0.45 | 0.12 |
| Hex | 13 | 11 | 2D | 3A | 3E | 0 | 52 | F4 | 2D | C |
| Octal | 23 | 21 | 55 | 72 | 76 | 0 | 122 | 364 | 55 | 14 |
| Binary | 10011 | 10001 | 101101 | 111010 | 111110 | 0 | 1010010 | 11110100 | 101101 | 1100 |
Color Harmonies of #13112D
Complementary color
Monochromatic Colors of #13112D
Black with #13112D
Text Example
Text Example
White with #13112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13112D; }
p { color: rgb(19,17,45); }
H1.HeaderClassName
{
color: #13112D;
}
.AnyTagClassName
{
color: #13112D;
}
</style>
background-color css
<style>
a { background-color: #13112D; }
a { background-color: rgb(19,17,45); }
div.DivClassName
{
background-color: #13112D;
}
.BgClassName
{
background-color: #13112D;
}
</style>
border-color css
<style>
span { border-color: #13112D; }
span { border-color: rgb(19,17,45); }
td.TdClassName
{
border-color: #13112D;
}
.TagClassName
{
border-color: #13112D;
}
</style>