Shades of Jaguar #1F1E2A
Tints of Jaguar #1F1E2A
RGB
CMYK
RGB Variations
Color information
#1F1E2A (or 0x1F1E2A) is known color: Jaguar. HEX triplet: 1F, 1E and 2A. RGB value is (31,30,42). Sum of RGB (Red+Green+Blue) = 31+30+42=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F1E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1E2A is #E0E1D5. Grayscale: #1F1F1F. Windows color (decimal): -14737878 or 2760223. OLE color: 2760223.
HSL color Cylindrical-coordinate representation of color #1F1E2A: hue angle of 245º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F1E2A is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 30 | 42 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.84 |
| HSL | 245º | 0.17% | 0.14% | - |
| HSV(B) | 245º | 0.29% | 0.16% | - |
| XYZ | 1.45 | 1.39 | 2.38 | - |
| YUV | 31.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 30 | 42 | 0.26 | 0.29 | 0 | 0.84 | 245 | 0.17 | 0.14 |
| Hex | 1F | 1E | 2A | 1A | 1D | 0 | 54 | F5 | 11 | E |
| Octal | 37 | 36 | 52 | 32 | 35 | 0 | 124 | 365 | 21 | 16 |
| Binary | 11111 | 11110 | 101010 | 11010 | 11101 | 0 | 1010100 | 11110101 | 10001 | 1110 |
Color Harmonies of #1F1E2A
Complementary color
Monochromatic Colors of #1F1E2A
Black with #1F1E2A
Text Example
Text Example
White with #1F1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1E2A; }
p { color: rgb(31,30,42); }
H1.HeaderClassName
{
color: #1F1E2A;
}
.AnyTagClassName
{
color: #1F1E2A;
}
</style>
background-color css
<style>
a { background-color: #1F1E2A; }
a { background-color: rgb(31,30,42); }
div.DivClassName
{
background-color: #1F1E2A;
}
.BgClassName
{
background-color: #1F1E2A;
}
</style>
border-color css
<style>
span { border-color: #1F1E2A; }
span { border-color: rgb(31,30,42); }
td.TdClassName
{
border-color: #1F1E2A;
}
.TagClassName
{
border-color: #1F1E2A;
}
</style>