Shades of Jaguar #19181D
Tints of Jaguar #19181D
RGB
CMYK
RGB Variations
Color information
#19181D (or 0x19181D) is known color: Jaguar. HEX triplet: 19, 18 and 1D. RGB value is (25,24,29). Sum of RGB (Red+Green+Blue) = 25+24+29=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #19181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19181D is #E6E7E2. Grayscale: #181818. Windows color (decimal): -15132643 or 1906713. OLE color: 1906713.
HSL color Cylindrical-coordinate representation of color #19181D: hue angle of 252º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #19181D is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 24 | 29 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.89 |
| HSL | 252º | 0.09% | 0.1% | - |
| HSV(B) | 252º | 0.17% | 0.11% | - |
| XYZ | 0.95 | 0.95 | 1.3 | - |
| YUV | 24.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 29 | 0.14 | 0.17 | 0 | 0.89 | 252 | 0.09 | 0.1 |
| Hex | 19 | 18 | 1D | E | 11 | 0 | 59 | FC | 9 | A |
| Octal | 31 | 30 | 35 | 16 | 21 | 0 | 131 | 374 | 11 | 12 |
| Binary | 11001 | 11000 | 11101 | 1110 | 10001 | 0 | 1011001 | 11111100 | 1001 | 1010 |
Color Harmonies of #19181D
Complementary color
Monochromatic Colors of #19181D
Black with #19181D
Text Example
Text Example
White with #19181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19181D; }
p { color: rgb(25,24,29); }
H1.HeaderClassName
{
color: #19181D;
}
.AnyTagClassName
{
color: #19181D;
}
</style>
background-color css
<style>
a { background-color: #19181D; }
a { background-color: rgb(25,24,29); }
div.DivClassName
{
background-color: #19181D;
}
.BgClassName
{
background-color: #19181D;
}
</style>
border-color css
<style>
span { border-color: #19181D; }
span { border-color: rgb(25,24,29); }
td.TdClassName
{
border-color: #19181D;
}
.TagClassName
{
border-color: #19181D;
}
</style>