Shades of Black Russian #191F2D
Tints of Black Russian #191F2D
RGB
CMYK
RGB Variations
Color information
#191F2D (or 0x191F2D) is known color: Black Russian. HEX triplet: 19, 1F and 2D. RGB value is (25,31,45). Sum of RGB (Red+Green+Blue) = 25+31+45=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #191F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F2D is #E6E0D2. Grayscale: #1E1E1E. Windows color (decimal): -15130835 or 2957081. OLE color: 2957081.
HSL color Cylindrical-coordinate representation of color #191F2D: hue angle of 222º 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 #191F2D is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 31 | 45 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.82 |
| HSL | 222º | 0.29% | 0.14% | - |
| HSV(B) | 222º | 0.44% | 0.18% | - |
| XYZ | 1.36 | 1.38 | 2.68 | - |
| YUV | 30.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 45 | 0.44 | 0.31 | 0 | 0.82 | 222 | 0.29 | 0.14 |
| Hex | 19 | 1F | 2D | 2C | 1F | 0 | 52 | DE | 1D | E |
| Octal | 31 | 37 | 55 | 54 | 37 | 0 | 122 | 336 | 35 | 16 |
| Binary | 11001 | 11111 | 101101 | 101100 | 11111 | 0 | 1010010 | 11011110 | 11101 | 1110 |
Color Harmonies of #191F2D
Complementary color
Monochromatic Colors of #191F2D
Black with #191F2D
Text Example
Text Example
White with #191F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F2D; }
p { color: rgb(25,31,45); }
H1.HeaderClassName
{
color: #191F2D;
}
.AnyTagClassName
{
color: #191F2D;
}
</style>
background-color css
<style>
a { background-color: #191F2D; }
a { background-color: rgb(25,31,45); }
div.DivClassName
{
background-color: #191F2D;
}
.BgClassName
{
background-color: #191F2D;
}
</style>
border-color css
<style>
span { border-color: #191F2D; }
span { border-color: rgb(25,31,45); }
td.TdClassName
{
border-color: #191F2D;
}
.TagClassName
{
border-color: #191F2D;
}
</style>