Shades of Jaguar #1E1C39
Tints of Jaguar #1E1C39
RGB
CMYK
RGB Variations
Color information
#1E1C39 (or 0x1E1C39) is known color: Jaguar. HEX triplet: 1E, 1C and 39. RGB value is (30,28,57). Sum of RGB (Red+Green+Blue) = 30+28+57=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E1C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1C39 is #E1E3C6. Grayscale: #1F1F1F. Windows color (decimal): -14803911 or 3742750. OLE color: 3742750.
HSL color Cylindrical-coordinate representation of color #1E1C39: hue angle of 244.14º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E1C39 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 28 | 57 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.78 |
| HSL | 244.14º | 0.34% | 0.17% | - |
| HSV(B) | 244.14º | 0.51% | 0.22% | - |
| XYZ | 1.69 | 1.4 | 4.05 | - |
| YUV | 31.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 57 | 0.47 | 0.51 | 0 | 0.78 | 244.14 | 0.34 | 0.17 |
| Hex | 1E | 1C | 39 | 2F | 33 | 0 | 4E | F4 | 22 | 11 |
| Octal | 36 | 34 | 71 | 57 | 63 | 0 | 116 | 364 | 42 | 21 |
| Binary | 11110 | 11100 | 111001 | 101111 | 110011 | 0 | 1001110 | 11110100 | 100010 | 10001 |
Color Harmonies of #1E1C39
Complementary color
Monochromatic Colors of #1E1C39
Black with #1E1C39
Text Example
Text Example
White with #1E1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C39; }
p { color: rgb(30,28,57); }
H1.HeaderClassName
{
color: #1E1C39;
}
.AnyTagClassName
{
color: #1E1C39;
}
</style>
background-color css
<style>
a { background-color: #1E1C39; }
a { background-color: rgb(30,28,57); }
div.DivClassName
{
background-color: #1E1C39;
}
.BgClassName
{
background-color: #1E1C39;
}
</style>
border-color css
<style>
span { border-color: #1E1C39; }
span { border-color: rgb(30,28,57); }
td.TdClassName
{
border-color: #1E1C39;
}
.TagClassName
{
border-color: #1E1C39;
}
</style>