Shades of Jaguar #1E1B37
Tints of Jaguar #1E1B37
RGB
CMYK
RGB Variations
Color information
#1E1B37 (or 0x1E1B37) is known color: Jaguar. HEX triplet: 1E, 1B and 37. RGB value is (30,27,55). Sum of RGB (Red+Green+Blue) = 30+27+55=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B37 is #E1E4C8. Grayscale: #1E1E1E. Windows color (decimal): -14804169 or 3611422. OLE color: 3611422.
HSL color Cylindrical-coordinate representation of color #1E1B37: hue angle of 246.43º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E1B37 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 27 | 55 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.78 |
| HSL | 246.43º | 0.34% | 0.16% | - |
| HSV(B) | 246.43º | 0.51% | 0.22% | - |
| XYZ | 1.62 | 1.34 | 3.79 | - |
| YUV | 31.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 55 | 0.45 | 0.51 | 0 | 0.78 | 246.43 | 0.34 | 0.16 |
| Hex | 1E | 1B | 37 | 2D | 33 | 0 | 4E | F6 | 22 | 10 |
| Octal | 36 | 33 | 67 | 55 | 63 | 0 | 116 | 366 | 42 | 20 |
| Binary | 11110 | 11011 | 110111 | 101101 | 110011 | 0 | 1001110 | 11110110 | 100010 | 10000 |
Color Harmonies of #1E1B37
Complementary color
Monochromatic Colors of #1E1B37
Black with #1E1B37
Text Example
Text Example
White with #1E1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B37; }
p { color: rgb(30,27,55); }
H1.HeaderClassName
{
color: #1E1B37;
}
.AnyTagClassName
{
color: #1E1B37;
}
</style>
background-color css
<style>
a { background-color: #1E1B37; }
a { background-color: rgb(30,27,55); }
div.DivClassName
{
background-color: #1E1B37;
}
.BgClassName
{
background-color: #1E1B37;
}
</style>
border-color css
<style>
span { border-color: #1E1B37; }
span { border-color: rgb(30,27,55); }
td.TdClassName
{
border-color: #1E1B37;
}
.TagClassName
{
border-color: #1E1B37;
}
</style>