Shades of Black Russian #191920
Tints of Black Russian #191920
RGB
CMYK
RGB Variations
Color information
#191920 (or 0x191920) is known color: Black Russian. HEX triplet: 19, 19 and 20. RGB value is (25,25,32). Sum of RGB (Red+Green+Blue) = 25+25+32=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 32 - color contains mainly: blue. Hex color #191920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191920 is #E6E6DF. Grayscale: #191919. Windows color (decimal): -15132384 or 2103577. OLE color: 2103577.
HSL color Cylindrical-coordinate representation of color #191920: hue angle of 240º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #191920 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 25 | 32 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.87 |
| HSL | 240º | 0.12% | 0.11% | - |
| HSV(B) | 240º | 0.22% | 0.13% | - |
| XYZ | 1.01 | 1.01 | 1.51 | - |
| YUV | 25.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 32 | 0.22 | 0.22 | 0 | 0.87 | 240 | 0.12 | 0.11 |
| Hex | 19 | 19 | 20 | 16 | 16 | 0 | 57 | F0 | C | B |
| Octal | 31 | 31 | 40 | 26 | 26 | 0 | 127 | 360 | 14 | 13 |
| Binary | 11001 | 11001 | 100000 | 10110 | 10110 | 0 | 1010111 | 11110000 | 1100 | 1011 |
Color Harmonies of #191920
Complementary color
Monochromatic Colors of #191920
Black with #191920
Text Example
Text Example
White with #191920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191920; }
p { color: rgb(25,25,32); }
H1.HeaderClassName
{
color: #191920;
}
.AnyTagClassName
{
color: #191920;
}
</style>
background-color css
<style>
a { background-color: #191920; }
a { background-color: rgb(25,25,32); }
div.DivClassName
{
background-color: #191920;
}
.BgClassName
{
background-color: #191920;
}
</style>
border-color css
<style>
span { border-color: #191920; }
span { border-color: rgb(25,25,32); }
td.TdClassName
{
border-color: #191920;
}
.TagClassName
{
border-color: #191920;
}
</style>