Shades of Black Russian #191A2D
Tints of Black Russian #191A2D
RGB
CMYK
RGB Variations
Color information
#191A2D (or 0x191A2D) is known color: Black Russian. HEX triplet: 19, 1A and 2D. RGB value is (25,26,45). Sum of RGB (Red+Green+Blue) = 25+26+45=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #191A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A2D is #E6E5D2. Grayscale: #1B1B1B. Windows color (decimal): -15132115 or 2955801. OLE color: 2955801.
HSL color Cylindrical-coordinate representation of color #191A2D: hue angle of 237º 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 #191A2D is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 26 | 45 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.82 |
| HSL | 237º | 0.29% | 0.14% | - |
| HSV(B) | 237º | 0.44% | 0.18% | - |
| XYZ | 1.24 | 1.13 | 2.64 | - |
| YUV | 27.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 45 | 0.44 | 0.42 | 0 | 0.82 | 237 | 0.29 | 0.14 |
| Hex | 19 | 1A | 2D | 2C | 2A | 0 | 52 | ED | 1D | E |
| Octal | 31 | 32 | 55 | 54 | 52 | 0 | 122 | 355 | 35 | 16 |
| Binary | 11001 | 11010 | 101101 | 101100 | 101010 | 0 | 1010010 | 11101101 | 11101 | 1110 |
Color Harmonies of #191A2D
Complementary color
Monochromatic Colors of #191A2D
Black with #191A2D
Text Example
Text Example
White with #191A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A2D; }
p { color: rgb(25,26,45); }
H1.HeaderClassName
{
color: #191A2D;
}
.AnyTagClassName
{
color: #191A2D;
}
</style>
background-color css
<style>
a { background-color: #191A2D; }
a { background-color: rgb(25,26,45); }
div.DivClassName
{
background-color: #191A2D;
}
.BgClassName
{
background-color: #191A2D;
}
</style>
border-color css
<style>
span { border-color: #191A2D; }
span { border-color: rgb(25,26,45); }
td.TdClassName
{
border-color: #191A2D;
}
.TagClassName
{
border-color: #191A2D;
}
</style>