Shades of Jaguar #1E1D36
Tints of Jaguar #1E1D36
RGB
CMYK
RGB Variations
Color information
#1E1D36 (or 0x1E1D36) is known color: Jaguar. HEX triplet: 1E, 1D and 36. RGB value is (30,29,54). Sum of RGB (Red+Green+Blue) = 30+29+54=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E1D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1D36 is #E1E2C9. Grayscale: #202020. Windows color (decimal): -14803658 or 3546398. OLE color: 3546398.
HSL color Cylindrical-coordinate representation of color #1E1D36: hue angle of 242.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E1D36 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 29 | 54 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.79 |
| HSL | 242.4º | 0.3% | 0.16% | - |
| HSV(B) | 242.4º | 0.46% | 0.21% | - |
| XYZ | 1.64 | 1.42 | 3.68 | - |
| YUV | 32.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 54 | 0.44 | 0.46 | 0 | 0.79 | 242.4 | 0.3 | 0.16 |
| Hex | 1E | 1D | 36 | 2C | 2E | 0 | 4F | F2 | 1E | 10 |
| Octal | 36 | 35 | 66 | 54 | 56 | 0 | 117 | 362 | 36 | 20 |
| Binary | 11110 | 11101 | 110110 | 101100 | 101110 | 0 | 1001111 | 11110010 | 11110 | 10000 |
Color Harmonies of #1E1D36
Complementary color
Monochromatic Colors of #1E1D36
Black with #1E1D36
Text Example
Text Example
White with #1E1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D36; }
p { color: rgb(30,29,54); }
H1.HeaderClassName
{
color: #1E1D36;
}
.AnyTagClassName
{
color: #1E1D36;
}
</style>
background-color css
<style>
a { background-color: #1E1D36; }
a { background-color: rgb(30,29,54); }
div.DivClassName
{
background-color: #1E1D36;
}
.BgClassName
{
background-color: #1E1D36;
}
</style>
border-color css
<style>
span { border-color: #1E1D36; }
span { border-color: rgb(30,29,54); }
td.TdClassName
{
border-color: #1E1D36;
}
.TagClassName
{
border-color: #1E1D36;
}
</style>