Shades of Jaguar #191722
Tints of Jaguar #191722
RGB
CMYK
RGB Variations
Color information
#191722 (or 0x191722) is known color: Jaguar. HEX triplet: 19, 17 and 22. RGB value is (25,23,34). Sum of RGB (Red+Green+Blue) = 25+23+34=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 34 - color contains mainly: blue. Hex color #191722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191722 is #E6E8DD. Grayscale: #181818. Windows color (decimal): -15132894 or 2234137. OLE color: 2234137.
HSL color Cylindrical-coordinate representation of color #191722: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191722 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 23 | 34 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.87 |
| HSL | 250.91º | 0.19% | 0.11% | - |
| HSV(B) | 250.91º | 0.32% | 0.13% | - |
| XYZ | 1 | 0.93 | 1.64 | - |
| YUV | 24.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 34 | 0.26 | 0.32 | 0 | 0.87 | 250.91 | 0.19 | 0.11 |
| Hex | 19 | 17 | 22 | 1A | 20 | 0 | 57 | FB | 13 | B |
| Octal | 31 | 27 | 42 | 32 | 40 | 0 | 127 | 373 | 23 | 13 |
| Binary | 11001 | 10111 | 100010 | 11010 | 100000 | 0 | 1010111 | 11111011 | 10011 | 1011 |
Color Harmonies of #191722
Complementary color
Monochromatic Colors of #191722
Black with #191722
Text Example
Text Example
White with #191722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191722; }
p { color: rgb(25,23,34); }
H1.HeaderClassName
{
color: #191722;
}
.AnyTagClassName
{
color: #191722;
}
</style>
background-color css
<style>
a { background-color: #191722; }
a { background-color: rgb(25,23,34); }
div.DivClassName
{
background-color: #191722;
}
.BgClassName
{
background-color: #191722;
}
</style>
border-color css
<style>
span { border-color: #191722; }
span { border-color: rgb(25,23,34); }
td.TdClassName
{
border-color: #191722;
}
.TagClassName
{
border-color: #191722;
}
</style>