Shades of Jaguar #1E1E30
Tints of Jaguar #1E1E30
RGB
CMYK
RGB Variations
Color information
#1E1E30 (or 0x1E1E30) is known color: Jaguar. HEX triplet: 1E, 1E and 30. RGB value is (30,30,48). Sum of RGB (Red+Green+Blue) = 30+30+48=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E1E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1E30 is #E1E1CF. Grayscale: #1F1F1F. Windows color (decimal): -14803408 or 3153438. OLE color: 3153438.
HSL color Cylindrical-coordinate representation of color #1E1E30: hue angle of 240º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E1E30 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 30 | 48 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.81 |
| HSL | 240º | 0.23% | 0.15% | - |
| HSV(B) | 240º | 0.38% | 0.19% | - |
| XYZ | 1.53 | 1.42 | 2.99 | - |
| YUV | 32.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 30 | 48 | 0.37 | 0.37 | 0 | 0.81 | 240 | 0.23 | 0.15 |
| Hex | 1E | 1E | 30 | 25 | 25 | 0 | 51 | F0 | 17 | F |
| Octal | 36 | 36 | 60 | 45 | 45 | 0 | 121 | 360 | 27 | 17 |
| Binary | 11110 | 11110 | 110000 | 100101 | 100101 | 0 | 1010001 | 11110000 | 10111 | 1111 |
Color Harmonies of #1E1E30
Complementary color
Monochromatic Colors of #1E1E30
Black with #1E1E30
Text Example
Text Example
White with #1E1E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1E30; }
p { color: rgb(30,30,48); }
H1.HeaderClassName
{
color: #1E1E30;
}
.AnyTagClassName
{
color: #1E1E30;
}
</style>
background-color css
<style>
a { background-color: #1E1E30; }
a { background-color: rgb(30,30,48); }
div.DivClassName
{
background-color: #1E1E30;
}
.BgClassName
{
background-color: #1E1E30;
}
</style>
border-color css
<style>
span { border-color: #1E1E30; }
span { border-color: rgb(30,30,48); }
td.TdClassName
{
border-color: #1E1E30;
}
.TagClassName
{
border-color: #1E1E30;
}
</style>