Shades of Black Russian #191A21
Tints of Black Russian #191A21
RGB
CMYK
RGB Variations
Color information
#191A21 (or 0x191A21) is known color: Black Russian. HEX triplet: 19, 1A and 21. RGB value is (25,26,33). Sum of RGB (Red+Green+Blue) = 25+26+33=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #191A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A21 is #E6E5DE. Grayscale: #1A1A1A. Windows color (decimal): -15132127 or 2169369. OLE color: 2169369.
HSL color Cylindrical-coordinate representation of color #191A21: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191A21 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 26 | 33 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.87 |
| HSL | 232.5º | 0.14% | 0.11% | - |
| HSV(B) | 232.5º | 0.24% | 0.13% | - |
| XYZ | 1.04 | 1.06 | 1.59 | - |
| YUV | 26.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 33 | 0.24 | 0.21 | 0 | 0.87 | 232.5 | 0.14 | 0.11 |
| Hex | 19 | 1A | 21 | 18 | 15 | 0 | 57 | E8 | E | B |
| Octal | 31 | 32 | 41 | 30 | 25 | 0 | 127 | 350 | 16 | 13 |
| Binary | 11001 | 11010 | 100001 | 11000 | 10101 | 0 | 1010111 | 11101000 | 1110 | 1011 |
Color Harmonies of #191A21
Complementary color
Monochromatic Colors of #191A21
Black with #191A21
Text Example
Text Example
White with #191A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A21; }
p { color: rgb(25,26,33); }
H1.HeaderClassName
{
color: #191A21;
}
.AnyTagClassName
{
color: #191A21;
}
</style>
background-color css
<style>
a { background-color: #191A21; }
a { background-color: rgb(25,26,33); }
div.DivClassName
{
background-color: #191A21;
}
.BgClassName
{
background-color: #191A21;
}
</style>
border-color css
<style>
span { border-color: #191A21; }
span { border-color: rgb(25,26,33); }
td.TdClassName
{
border-color: #191A21;
}
.TagClassName
{
border-color: #191A21;
}
</style>