Shades of Jaguar #1E1B34
Tints of Jaguar #1E1B34
RGB
CMYK
RGB Variations
Color information
#1E1B34 (or 0x1E1B34) is known color: Jaguar. HEX triplet: 1E, 1B and 34. RGB value is (30,27,52). Sum of RGB (Red+Green+Blue) = 30+27+52=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #1E1B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B34 is #E1E4CB. Grayscale: #1E1E1E. Windows color (decimal): -14804172 or 3414814. OLE color: 3414814.
HSL color Cylindrical-coordinate representation of color #1E1B34: hue angle of 247.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E1B34 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 27 | 52 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.80 |
| HSL | 247.2º | 0.32% | 0.15% | - |
| HSV(B) | 247.2º | 0.48% | 0.2% | - |
| XYZ | 1.55 | 1.31 | 3.42 | - |
| YUV | 30.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 52 | 0.42 | 0.48 | 0 | 0.80 | 247.2 | 0.32 | 0.15 |
| Hex | 1E | 1B | 34 | 2A | 30 | 0 | 50 | F7 | 20 | F |
| Octal | 36 | 33 | 64 | 52 | 60 | 0 | 120 | 367 | 40 | 17 |
| Binary | 11110 | 11011 | 110100 | 101010 | 110000 | 0 | 1010000 | 11110111 | 100000 | 1111 |
Color Harmonies of #1E1B34
Complementary color
Monochromatic Colors of #1E1B34
Black with #1E1B34
Text Example
Text Example
White with #1E1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B34; }
p { color: rgb(30,27,52); }
H1.HeaderClassName
{
color: #1E1B34;
}
.AnyTagClassName
{
color: #1E1B34;
}
</style>
background-color css
<style>
a { background-color: #1E1B34; }
a { background-color: rgb(30,27,52); }
div.DivClassName
{
background-color: #1E1B34;
}
.BgClassName
{
background-color: #1E1B34;
}
</style>
border-color css
<style>
span { border-color: #1E1B34; }
span { border-color: rgb(30,27,52); }
td.TdClassName
{
border-color: #1E1B34;
}
.TagClassName
{
border-color: #1E1B34;
}
</style>