Shades of Black Russian #191E2D
Tints of Black Russian #191E2D
RGB
CMYK
RGB Variations
Color information
#191E2D (or 0x191E2D) is known color: Black Russian. HEX triplet: 19, 1E and 2D. RGB value is (25,30,45). Sum of RGB (Red+Green+Blue) = 25+30+45=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #191E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E2D is #E6E1D2. Grayscale: #1E1E1E. Windows color (decimal): -15131091 or 2956825. OLE color: 2956825.
HSL color Cylindrical-coordinate representation of color #191E2D: hue angle of 225º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #191E2D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 30 | 45 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.82 |
| HSL | 225º | 0.29% | 0.14% | - |
| HSV(B) | 225º | 0.44% | 0.18% | - |
| XYZ | 1.34 | 1.32 | 2.67 | - |
| YUV | 30.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 45 | 0.44 | 0.33 | 0 | 0.82 | 225 | 0.29 | 0.14 |
| Hex | 19 | 1E | 2D | 2C | 21 | 0 | 52 | E1 | 1D | E |
| Octal | 31 | 36 | 55 | 54 | 41 | 0 | 122 | 341 | 35 | 16 |
| Binary | 11001 | 11110 | 101101 | 101100 | 100001 | 0 | 1010010 | 11100001 | 11101 | 1110 |
Color Harmonies of #191E2D
Complementary color
Monochromatic Colors of #191E2D
Black with #191E2D
Text Example
Text Example
White with #191E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E2D; }
p { color: rgb(25,30,45); }
H1.HeaderClassName
{
color: #191E2D;
}
.AnyTagClassName
{
color: #191E2D;
}
</style>
background-color css
<style>
a { background-color: #191E2D; }
a { background-color: rgb(25,30,45); }
div.DivClassName
{
background-color: #191E2D;
}
.BgClassName
{
background-color: #191E2D;
}
</style>
border-color css
<style>
span { border-color: #191E2D; }
span { border-color: rgb(25,30,45); }
td.TdClassName
{
border-color: #191E2D;
}
.TagClassName
{
border-color: #191E2D;
}
</style>