Shades of Jaguar #191532
Tints of Jaguar #191532
RGB
CMYK
RGB Variations
Color information
#191532 (or 0x191532) is known color: Jaguar. HEX triplet: 19, 15 and 32. RGB value is (25,21,50). Sum of RGB (Red+Green+Blue) = 25+21+50=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #191532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191532 is #E6EACD. Grayscale: #191919. Windows color (decimal): -15133390 or 3282201. OLE color: 3282201.
HSL color Cylindrical-coordinate representation of color #191532: hue angle of 248.28º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #191532 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 21 | 50 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.80 |
| HSL | 248.28º | 0.41% | 0.14% | - |
| HSV(B) | 248.28º | 0.58% | 0.2% | - |
| XYZ | 1.24 | 0.97 | 3.14 | - |
| YUV | 25.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 50 | 0.50 | 0.58 | 0 | 0.80 | 248.28 | 0.41 | 0.14 |
| Hex | 19 | 15 | 32 | 32 | 3A | 0 | 50 | F8 | 29 | E |
| Octal | 31 | 25 | 62 | 62 | 72 | 0 | 120 | 370 | 51 | 16 |
| Binary | 11001 | 10101 | 110010 | 110010 | 111010 | 0 | 1010000 | 11111000 | 101001 | 1110 |
Color Harmonies of #191532
Complementary color
Monochromatic Colors of #191532
Black with #191532
Text Example
Text Example
White with #191532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191532; }
p { color: rgb(25,21,50); }
H1.HeaderClassName
{
color: #191532;
}
.AnyTagClassName
{
color: #191532;
}
</style>
background-color css
<style>
a { background-color: #191532; }
a { background-color: rgb(25,21,50); }
div.DivClassName
{
background-color: #191532;
}
.BgClassName
{
background-color: #191532;
}
</style>
border-color css
<style>
span { border-color: #191532; }
span { border-color: rgb(25,21,50); }
td.TdClassName
{
border-color: #191532;
}
.TagClassName
{
border-color: #191532;
}
</style>