Shades of Black Russian #13162A
Tints of Black Russian #13162A
RGB
CMYK
RGB Variations
Color information
#13162A (or 0x13162A) is known color: Black Russian. HEX triplet: 13, 16 and 2A. RGB value is (19,22,42). Sum of RGB (Red+Green+Blue) = 19+22+42=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #13162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13162A is #ECE9D5. Grayscale: #171717. Windows color (decimal): -15526358 or 2758163. OLE color: 2758163.
HSL color Cylindrical-coordinate representation of color #13162A: hue angle of 232.17º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13162A is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 22 | 42 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.84 |
| HSL | 232.17º | 0.38% | 0.12% | - |
| HSV(B) | 232.17º | 0.55% | 0.16% | - |
| XYZ | 0.97 | 0.88 | 2.31 | - |
| YUV | 23.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 42 | 0.55 | 0.48 | 0 | 0.84 | 232.17 | 0.38 | 0.12 |
| Hex | 13 | 16 | 2A | 37 | 30 | 0 | 54 | E8 | 26 | C |
| Octal | 23 | 26 | 52 | 67 | 60 | 0 | 124 | 350 | 46 | 14 |
| Binary | 10011 | 10110 | 101010 | 110111 | 110000 | 0 | 1010100 | 11101000 | 100110 | 1100 |
Color Harmonies of #13162A
Complementary color
Monochromatic Colors of #13162A
Black with #13162A
Text Example
Text Example
White with #13162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13162A; }
p { color: rgb(19,22,42); }
H1.HeaderClassName
{
color: #13162A;
}
.AnyTagClassName
{
color: #13162A;
}
</style>
background-color css
<style>
a { background-color: #13162A; }
a { background-color: rgb(19,22,42); }
div.DivClassName
{
background-color: #13162A;
}
.BgClassName
{
background-color: #13162A;
}
</style>
border-color css
<style>
span { border-color: #13162A; }
span { border-color: rgb(19,22,42); }
td.TdClassName
{
border-color: #13162A;
}
.TagClassName
{
border-color: #13162A;
}
</style>