Shades of Jaguar #1E1B36
Tints of Jaguar #1E1B36
RGB
CMYK
RGB Variations
Color information
#1E1B36 (or 0x1E1B36) is known color: Jaguar. HEX triplet: 1E, 1B and 36. RGB value is (30,27,54). Sum of RGB (Red+Green+Blue) = 30+27+54=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E1B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B36 is #E1E4C9. Grayscale: #1E1E1E. Windows color (decimal): -14804170 or 3545886. OLE color: 3545886.
HSL color Cylindrical-coordinate representation of color #1E1B36: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E1B36 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 27 | 54 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.79 |
| HSL | 246.67º | 0.33% | 0.16% | - |
| HSV(B) | 246.67º | 0.5% | 0.21% | - |
| XYZ | 1.59 | 1.33 | 3.66 | - |
| YUV | 30.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 54 | 0.44 | 0.5 | 0 | 0.79 | 246.67 | 0.33 | 0.16 |
| Hex | 1E | 1B | 36 | 2C | 32 | 0 | 4F | F7 | 21 | 10 |
| Octal | 36 | 33 | 66 | 54 | 62 | 0 | 117 | 367 | 41 | 20 |
| Binary | 11110 | 11011 | 110110 | 101100 | 110010 | 0 | 1001111 | 11110111 | 100001 | 10000 |
Color Harmonies of #1E1B36
Complementary color
Monochromatic Colors of #1E1B36
Black with #1E1B36
Text Example
Text Example
White with #1E1B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B36; }
p { color: rgb(30,27,54); }
H1.HeaderClassName
{
color: #1E1B36;
}
.AnyTagClassName
{
color: #1E1B36;
}
</style>
background-color css
<style>
a { background-color: #1E1B36; }
a { background-color: rgb(30,27,54); }
div.DivClassName
{
background-color: #1E1B36;
}
.BgClassName
{
background-color: #1E1B36;
}
</style>
border-color css
<style>
span { border-color: #1E1B36; }
span { border-color: rgb(30,27,54); }
td.TdClassName
{
border-color: #1E1B36;
}
.TagClassName
{
border-color: #1E1B36;
}
</style>