Shades of Black Russian #191921
Tints of Black Russian #191921
RGB
CMYK
RGB Variations
Color information
#191921 (or 0x191921) is known color: Black Russian. HEX triplet: 19, 19 and 21. RGB value is (25,25,33). Sum of RGB (Red+Green+Blue) = 25+25+33=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 33 - color contains mainly: blue. Hex color #191921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191921 is #E6E6DE. Grayscale: #191919. Windows color (decimal): -15132383 or 2169113. OLE color: 2169113.
HSL color Cylindrical-coordinate representation of color #191921: hue angle of 240º 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 #191921 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 25 | 33 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.87 |
| HSL | 240º | 0.14% | 0.11% | - |
| HSV(B) | 240º | 0.24% | 0.13% | - |
| XYZ | 1.02 | 1.01 | 1.58 | - |
| YUV | 25.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 33 | 0.24 | 0.24 | 0 | 0.87 | 240 | 0.14 | 0.11 |
| Hex | 19 | 19 | 21 | 18 | 18 | 0 | 57 | F0 | E | B |
| Octal | 31 | 31 | 41 | 30 | 30 | 0 | 127 | 360 | 16 | 13 |
| Binary | 11001 | 11001 | 100001 | 11000 | 11000 | 0 | 1010111 | 11110000 | 1110 | 1011 |
Color Harmonies of #191921
Complementary color
Monochromatic Colors of #191921
Black with #191921
Text Example
Text Example
White with #191921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191921; }
p { color: rgb(25,25,33); }
H1.HeaderClassName
{
color: #191921;
}
.AnyTagClassName
{
color: #191921;
}
</style>
background-color css
<style>
a { background-color: #191921; }
a { background-color: rgb(25,25,33); }
div.DivClassName
{
background-color: #191921;
}
.BgClassName
{
background-color: #191921;
}
</style>
border-color css
<style>
span { border-color: #191921; }
span { border-color: rgb(25,25,33); }
td.TdClassName
{
border-color: #191921;
}
.TagClassName
{
border-color: #191921;
}
</style>