Shades of Jaguar #1E1D27
Tints of Jaguar #1E1D27
RGB
CMYK
RGB Variations
Color information
#1E1D27 (or 0x1E1D27) is known color: Jaguar. HEX triplet: 1E, 1D and 27. RGB value is (30,29,39). Sum of RGB (Red+Green+Blue) = 30+29+39=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E1D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1D27 is #E1E2D8. Grayscale: #1E1E1E. Windows color (decimal): -14803673 or 2563358. OLE color: 2563358.
HSL color Cylindrical-coordinate representation of color #1E1D27: hue angle of 246º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1E1D27 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 29 | 39 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.85 |
| HSL | 246º | 0.15% | 0.13% | - |
| HSV(B) | 246º | 0.26% | 0.15% | - |
| XYZ | 1.34 | 1.3 | 2.1 | - |
| YUV | 30.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 39 | 0.23 | 0.26 | 0 | 0.85 | 246 | 0.15 | 0.13 |
| Hex | 1E | 1D | 27 | 17 | 1A | 0 | 55 | F6 | F | D |
| Octal | 36 | 35 | 47 | 27 | 32 | 0 | 125 | 366 | 17 | 15 |
| Binary | 11110 | 11101 | 100111 | 10111 | 11010 | 0 | 1010101 | 11110110 | 1111 | 1101 |
Color Harmonies of #1E1D27
Complementary color
Monochromatic Colors of #1E1D27
Black with #1E1D27
Text Example
Text Example
White with #1E1D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D27; }
p { color: rgb(30,29,39); }
H1.HeaderClassName
{
color: #1E1D27;
}
.AnyTagClassName
{
color: #1E1D27;
}
</style>
background-color css
<style>
a { background-color: #1E1D27; }
a { background-color: rgb(30,29,39); }
div.DivClassName
{
background-color: #1E1D27;
}
.BgClassName
{
background-color: #1E1D27;
}
</style>
border-color css
<style>
span { border-color: #1E1D27; }
span { border-color: rgb(30,29,39); }
td.TdClassName
{
border-color: #1E1D27;
}
.TagClassName
{
border-color: #1E1D27;
}
</style>