Shades of Jaguar #191720
Tints of Jaguar #191720
RGB
CMYK
RGB Variations
Color information
#191720 (or 0x191720) is known color: Jaguar. HEX triplet: 19, 17 and 20. RGB value is (25,23,32). Sum of RGB (Red+Green+Blue) = 25+23+32=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 32 - color contains mainly: blue. Hex color #191720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191720 is #E6E8DF. Grayscale: #181818. Windows color (decimal): -15132896 or 2103065. OLE color: 2103065.
HSL color Cylindrical-coordinate representation of color #191720: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191720 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 23 | 32 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.87 |
| HSL | 253.33º | 0.16% | 0.11% | - |
| HSV(B) | 253.33º | 0.28% | 0.13% | - |
| XYZ | 0.97 | 0.92 | 1.49 | - |
| YUV | 24.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 32 | 0.22 | 0.28 | 0 | 0.87 | 253.33 | 0.16 | 0.11 |
| Hex | 19 | 17 | 20 | 16 | 1C | 0 | 57 | FD | 10 | B |
| Octal | 31 | 27 | 40 | 26 | 34 | 0 | 127 | 375 | 20 | 13 |
| Binary | 11001 | 10111 | 100000 | 10110 | 11100 | 0 | 1010111 | 11111101 | 10000 | 1011 |
Color Harmonies of #191720
Complementary color
Monochromatic Colors of #191720
Black with #191720
Text Example
Text Example
White with #191720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191720; }
p { color: rgb(25,23,32); }
H1.HeaderClassName
{
color: #191720;
}
.AnyTagClassName
{
color: #191720;
}
</style>
background-color css
<style>
a { background-color: #191720; }
a { background-color: rgb(25,23,32); }
div.DivClassName
{
background-color: #191720;
}
.BgClassName
{
background-color: #191720;
}
</style>
border-color css
<style>
span { border-color: #191720; }
span { border-color: rgb(25,23,32); }
td.TdClassName
{
border-color: #191720;
}
.TagClassName
{
border-color: #191720;
}
</style>