Shades of Jaguar #191838
Tints of Jaguar #191838
RGB
CMYK
RGB Variations
Color information
#191838 (or 0x191838) is known color: Jaguar. HEX triplet: 19, 18 and 38. RGB value is (25,24,56). Sum of RGB (Red+Green+Blue) = 25+24+56=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #191838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191838 is #E6E7C7. Grayscale: #1B1B1B. Windows color (decimal): -15132616 or 3676185. OLE color: 3676185.
HSL color Cylindrical-coordinate representation of color #191838: hue angle of 241.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #191838 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 24 | 56 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.78 |
| HSL | 241.88º | 0.4% | 0.16% | - |
| HSV(B) | 241.88º | 0.57% | 0.22% | - |
| XYZ | 1.44 | 1.15 | 3.89 | - |
| YUV | 27.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 56 | 0.55 | 0.57 | 0 | 0.78 | 241.88 | 0.4 | 0.16 |
| Hex | 19 | 18 | 38 | 37 | 39 | 0 | 4E | F2 | 28 | 10 |
| Octal | 31 | 30 | 70 | 67 | 71 | 0 | 116 | 362 | 50 | 20 |
| Binary | 11001 | 11000 | 111000 | 110111 | 111001 | 0 | 1001110 | 11110010 | 101000 | 10000 |
Color Harmonies of #191838
Complementary color
Monochromatic Colors of #191838
Black with #191838
Text Example
Text Example
White with #191838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191838; }
p { color: rgb(25,24,56); }
H1.HeaderClassName
{
color: #191838;
}
.AnyTagClassName
{
color: #191838;
}
</style>
background-color css
<style>
a { background-color: #191838; }
a { background-color: rgb(25,24,56); }
div.DivClassName
{
background-color: #191838;
}
.BgClassName
{
background-color: #191838;
}
</style>
border-color css
<style>
span { border-color: #191838; }
span { border-color: rgb(25,24,56); }
td.TdClassName
{
border-color: #191838;
}
.TagClassName
{
border-color: #191838;
}
</style>