Shades of Black Russian #13192D
Tints of Black Russian #13192D
RGB
CMYK
RGB Variations
Color information
#13192D (or 0x13192D) is known color: Black Russian. HEX triplet: 13, 19 and 2D. RGB value is (19,25,45). Sum of RGB (Red+Green+Blue) = 19+25+45=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #13192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13192D is #ECE6D2. Grayscale: #191919. Windows color (decimal): -15525587 or 2955539. OLE color: 2955539.
HSL color Cylindrical-coordinate representation of color #13192D: hue angle of 226.15º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13192D is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 25 | 45 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.82 |
| HSL | 226.15º | 0.41% | 0.13% | - |
| HSV(B) | 226.15º | 0.58% | 0.18% | - |
| XYZ | 1.09 | 1.02 | 2.62 | - |
| YUV | 25.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 45 | 0.58 | 0.44 | 0 | 0.82 | 226.15 | 0.41 | 0.13 |
| Hex | 13 | 19 | 2D | 3A | 2C | 0 | 52 | E2 | 29 | D |
| Octal | 23 | 31 | 55 | 72 | 54 | 0 | 122 | 342 | 51 | 15 |
| Binary | 10011 | 11001 | 101101 | 111010 | 101100 | 0 | 1010010 | 11100010 | 101001 | 1101 |
Color Harmonies of #13192D
Complementary color
Monochromatic Colors of #13192D
Black with #13192D
Text Example
Text Example
White with #13192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13192D; }
p { color: rgb(19,25,45); }
H1.HeaderClassName
{
color: #13192D;
}
.AnyTagClassName
{
color: #13192D;
}
</style>
background-color css
<style>
a { background-color: #13192D; }
a { background-color: rgb(19,25,45); }
div.DivClassName
{
background-color: #13192D;
}
.BgClassName
{
background-color: #13192D;
}
</style>
border-color css
<style>
span { border-color: #13192D; }
span { border-color: rgb(19,25,45); }
td.TdClassName
{
border-color: #13192D;
}
.TagClassName
{
border-color: #13192D;
}
</style>