Shades of Jaguar #1E1C28
Tints of Jaguar #1E1C28
RGB
CMYK
RGB Variations
Color information
#1E1C28 (or 0x1E1C28) is known color: Jaguar. HEX triplet: 1E, 1C and 28. RGB value is (30,28,40). Sum of RGB (Red+Green+Blue) = 30+28+40=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1C28 is #E1E3D7. Grayscale: #1D1D1D. Windows color (decimal): -14803928 or 2628638. OLE color: 2628638.
HSL color Cylindrical-coordinate representation of color #1E1C28: hue angle of 250º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1C28 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 28 | 40 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.84 |
| HSL | 250º | 0.18% | 0.13% | - |
| HSV(B) | 250º | 0.3% | 0.16% | - |
| XYZ | 1.33 | 1.26 | 2.18 | - |
| YUV | 29.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 40 | 0.25 | 0.30 | 0 | 0.84 | 250 | 0.18 | 0.13 |
| Hex | 1E | 1C | 28 | 19 | 1E | 0 | 54 | FA | 12 | D |
| Octal | 36 | 34 | 50 | 31 | 36 | 0 | 124 | 372 | 22 | 15 |
| Binary | 11110 | 11100 | 101000 | 11001 | 11110 | 0 | 1010100 | 11111010 | 10010 | 1101 |
Color Harmonies of #1E1C28
Complementary color
Monochromatic Colors of #1E1C28
Black with #1E1C28
Text Example
Text Example
White with #1E1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C28; }
p { color: rgb(30,28,40); }
H1.HeaderClassName
{
color: #1E1C28;
}
.AnyTagClassName
{
color: #1E1C28;
}
</style>
background-color css
<style>
a { background-color: #1E1C28; }
a { background-color: rgb(30,28,40); }
div.DivClassName
{
background-color: #1E1C28;
}
.BgClassName
{
background-color: #1E1C28;
}
</style>
border-color css
<style>
span { border-color: #1E1C28; }
span { border-color: rgb(30,28,40); }
td.TdClassName
{
border-color: #1E1C28;
}
.TagClassName
{
border-color: #1E1C28;
}
</style>