Shades of Jaguar #1F1E29
Tints of Jaguar #1F1E29
RGB
CMYK
RGB Variations
Color information
#1F1E29 (or 0x1F1E29) is known color: Jaguar. HEX triplet: 1F, 1E and 29. RGB value is (31,30,41). Sum of RGB (Red+Green+Blue) = 31+30+41=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1E29 is #E0E1D6. Grayscale: #1F1F1F. Windows color (decimal): -14737879 or 2694687. OLE color: 2694687.
HSL color Cylindrical-coordinate representation of color #1F1E29: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1F1E29 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 30 | 41 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.84 |
| HSL | 245.45º | 0.15% | 0.14% | - |
| HSV(B) | 245.45º | 0.27% | 0.16% | - |
| XYZ | 1.43 | 1.38 | 2.29 | - |
| YUV | 31.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 30 | 41 | 0.24 | 0.27 | 0 | 0.84 | 245.45 | 0.15 | 0.14 |
| Hex | 1F | 1E | 29 | 18 | 1B | 0 | 54 | F5 | F | E |
| Octal | 37 | 36 | 51 | 30 | 33 | 0 | 124 | 365 | 17 | 16 |
| Binary | 11111 | 11110 | 101001 | 11000 | 11011 | 0 | 1010100 | 11110101 | 1111 | 1110 |
Color Harmonies of #1F1E29
Complementary color
Monochromatic Colors of #1F1E29
Black with #1F1E29
Text Example
Text Example
White with #1F1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1E29; }
p { color: rgb(31,30,41); }
H1.HeaderClassName
{
color: #1F1E29;
}
.AnyTagClassName
{
color: #1F1E29;
}
</style>
background-color css
<style>
a { background-color: #1F1E29; }
a { background-color: rgb(31,30,41); }
div.DivClassName
{
background-color: #1F1E29;
}
.BgClassName
{
background-color: #1F1E29;
}
</style>
border-color css
<style>
span { border-color: #1F1E29; }
span { border-color: rgb(31,30,41); }
td.TdClassName
{
border-color: #1F1E29;
}
.TagClassName
{
border-color: #1F1E29;
}
</style>