Shades of Jaguar #191837
Tints of Jaguar #191837
RGB
CMYK
RGB Variations
Color information
#191837 (or 0x191837) is known color: Jaguar. HEX triplet: 19, 18 and 37. RGB value is (25,24,55). Sum of RGB (Red+Green+Blue) = 25+24+55=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #191837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191837 is #E6E7C8. Grayscale: #1B1B1B. Windows color (decimal): -15132617 or 3610649. OLE color: 3610649.
HSL color Cylindrical-coordinate representation of color #191837: hue angle of 241.94º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #191837 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 24 | 55 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.78 |
| HSL | 241.94º | 0.39% | 0.15% | - |
| HSV(B) | 241.94º | 0.56% | 0.22% | - |
| XYZ | 1.42 | 1.14 | 3.76 | - |
| YUV | 27.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 55 | 0.55 | 0.56 | 0 | 0.78 | 241.94 | 0.39 | 0.15 |
| Hex | 19 | 18 | 37 | 37 | 38 | 0 | 4E | F2 | 27 | F |
| Octal | 31 | 30 | 67 | 67 | 70 | 0 | 116 | 362 | 47 | 17 |
| Binary | 11001 | 11000 | 110111 | 110111 | 111000 | 0 | 1001110 | 11110010 | 100111 | 1111 |
Color Harmonies of #191837
Complementary color
Monochromatic Colors of #191837
Black with #191837
Text Example
Text Example
White with #191837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191837; }
p { color: rgb(25,24,55); }
H1.HeaderClassName
{
color: #191837;
}
.AnyTagClassName
{
color: #191837;
}
</style>
background-color css
<style>
a { background-color: #191837; }
a { background-color: rgb(25,24,55); }
div.DivClassName
{
background-color: #191837;
}
.BgClassName
{
background-color: #191837;
}
</style>
border-color css
<style>
span { border-color: #191837; }
span { border-color: rgb(25,24,55); }
td.TdClassName
{
border-color: #191837;
}
.TagClassName
{
border-color: #191837;
}
</style>