Shades of Jaguar #191636
Tints of Jaguar #191636
RGB
CMYK
RGB Variations
Color information
#191636 (or 0x191636) is known color: Jaguar. HEX triplet: 19, 16 and 36. RGB value is (25,22,54). Sum of RGB (Red+Green+Blue) = 25+22+54=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #191636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191636 is #E6E9C9. Grayscale: #1A1A1A. Windows color (decimal): -15133130 or 3544601. OLE color: 3544601.
HSL color Cylindrical-coordinate representation of color #191636: hue angle of 245.62º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #191636 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 22 | 54 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.79 |
| HSL | 245.63º | 0.42% | 0.15% | - |
| HSV(B) | 245.63º | 0.59% | 0.21% | - |
| XYZ | 1.35 | 1.05 | 3.62 | - |
| YUV | 26.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 54 | 0.54 | 0.59 | 0 | 0.79 | 245.63 | 0.42 | 0.15 |
| Hex | 19 | 16 | 36 | 36 | 3B | 0 | 4F | F6 | 2A | F |
| Octal | 31 | 26 | 66 | 66 | 73 | 0 | 117 | 366 | 52 | 17 |
| Binary | 11001 | 10110 | 110110 | 110110 | 111011 | 0 | 1001111 | 11110110 | 101010 | 1111 |
Color Harmonies of #191636
Complementary color
Monochromatic Colors of #191636
Black with #191636
Text Example
Text Example
White with #191636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191636; }
p { color: rgb(25,22,54); }
H1.HeaderClassName
{
color: #191636;
}
.AnyTagClassName
{
color: #191636;
}
</style>
background-color css
<style>
a { background-color: #191636; }
a { background-color: rgb(25,22,54); }
div.DivClassName
{
background-color: #191636;
}
.BgClassName
{
background-color: #191636;
}
</style>
border-color css
<style>
span { border-color: #191636; }
span { border-color: rgb(25,22,54); }
td.TdClassName
{
border-color: #191636;
}
.TagClassName
{
border-color: #191636;
}
</style>