Shades of Black Russian #19192E
Tints of Black Russian #19192E
RGB
CMYK
RGB Variations
Color information
#19192E (or 0x19192E) is known color: Black Russian. HEX triplet: 19, 19 and 2E. RGB value is (25,25,46). Sum of RGB (Red+Green+Blue) = 25+25+46=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #19192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19192E is #E6E6D1. Grayscale: #1B1B1B. Windows color (decimal): -15132370 or 3021081. OLE color: 3021081.
HSL color Cylindrical-coordinate representation of color #19192E: hue angle of 240º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #19192E is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 25 | 46 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.82 |
| HSL | 240º | 0.3% | 0.14% | - |
| HSV(B) | 240º | 0.46% | 0.18% | - |
| XYZ | 1.24 | 1.1 | 2.73 | - |
| YUV | 27.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 46 | 0.46 | 0.46 | 0 | 0.82 | 240 | 0.3 | 0.14 |
| Hex | 19 | 19 | 2E | 2E | 2E | 0 | 52 | F0 | 1E | E |
| Octal | 31 | 31 | 56 | 56 | 56 | 0 | 122 | 360 | 36 | 16 |
| Binary | 11001 | 11001 | 101110 | 101110 | 101110 | 0 | 1010010 | 11110000 | 11110 | 1110 |
Color Harmonies of #19192E
Complementary color
Monochromatic Colors of #19192E
Black with #19192E
Text Example
Text Example
White with #19192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19192E; }
p { color: rgb(25,25,46); }
H1.HeaderClassName
{
color: #19192E;
}
.AnyTagClassName
{
color: #19192E;
}
</style>
background-color css
<style>
a { background-color: #19192E; }
a { background-color: rgb(25,25,46); }
div.DivClassName
{
background-color: #19192E;
}
.BgClassName
{
background-color: #19192E;
}
</style>
border-color css
<style>
span { border-color: #19192E; }
span { border-color: rgb(25,25,46); }
td.TdClassName
{
border-color: #19192E;
}
.TagClassName
{
border-color: #19192E;
}
</style>