Shades of Jaguar #191533
Tints of Jaguar #191533
RGB
CMYK
RGB Variations
Color information
#191533 (or 0x191533) is known color: Jaguar. HEX triplet: 19, 15 and 33. RGB value is (25,21,51). Sum of RGB (Red+Green+Blue) = 25+21+51=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #191533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191533 is #E6EACC. Grayscale: #191919. Windows color (decimal): -15133389 or 3347737. OLE color: 3347737.
HSL color Cylindrical-coordinate representation of color #191533: hue angle of 248º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #191533 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 21 | 51 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.8 |
| HSL | 248º | 0.42% | 0.14% | - |
| HSV(B) | 248º | 0.59% | 0.2% | - |
| XYZ | 1.27 | 0.98 | 3.25 | - |
| YUV | 25.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 51 | 0.51 | 0.59 | 0 | 0.8 | 248 | 0.42 | 0.14 |
| Hex | 19 | 15 | 33 | 33 | 3B | 0 | 50 | F8 | 2A | E |
| Octal | 31 | 25 | 63 | 63 | 73 | 0 | 120 | 370 | 52 | 16 |
| Binary | 11001 | 10101 | 110011 | 110011 | 111011 | 0 | 1010000 | 11111000 | 101010 | 1110 |
Color Harmonies of #191533
Complementary color
Monochromatic Colors of #191533
Black with #191533
Text Example
Text Example
White with #191533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191533; }
p { color: rgb(25,21,51); }
H1.HeaderClassName
{
color: #191533;
}
.AnyTagClassName
{
color: #191533;
}
</style>
background-color css
<style>
a { background-color: #191533; }
a { background-color: rgb(25,21,51); }
div.DivClassName
{
background-color: #191533;
}
.BgClassName
{
background-color: #191533;
}
</style>
border-color css
<style>
span { border-color: #191533; }
span { border-color: rgb(25,21,51); }
td.TdClassName
{
border-color: #191533;
}
.TagClassName
{
border-color: #191533;
}
</style>