Shades of Jaguar #1D1B37
Tints of Jaguar #1D1B37
RGB
CMYK
RGB Variations
Color information
#1D1B37 (or 0x1D1B37) is known color: Jaguar. HEX triplet: 1D, 1B and 37. RGB value is (29,27,55). Sum of RGB (Red+Green+Blue) = 29+27+55=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1B37 is #E2E4C8. Grayscale: #1E1E1E. Windows color (decimal): -14869705 or 3611421. OLE color: 3611421.
HSL color Cylindrical-coordinate representation of color #1D1B37: hue angle of 244.29º 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 #1D1B37 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 27 | 55 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.78 |
| HSL | 244.29º | 0.34% | 0.16% | - |
| HSV(B) | 244.29º | 0.51% | 0.22% | - |
| XYZ | 1.59 | 1.32 | 3.79 | - |
| YUV | 30.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 55 | 0.47 | 0.51 | 0 | 0.78 | 244.29 | 0.34 | 0.16 |
| Hex | 1D | 1B | 37 | 2F | 33 | 0 | 4E | F4 | 22 | 10 |
| Octal | 35 | 33 | 67 | 57 | 63 | 0 | 116 | 364 | 42 | 20 |
| Binary | 11101 | 11011 | 110111 | 101111 | 110011 | 0 | 1001110 | 11110100 | 100010 | 10000 |
Color Harmonies of #1D1B37
Complementary color
Monochromatic Colors of #1D1B37
Black with #1D1B37
Text Example
Text Example
White with #1D1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B37; }
p { color: rgb(29,27,55); }
H1.HeaderClassName
{
color: #1D1B37;
}
.AnyTagClassName
{
color: #1D1B37;
}
</style>
background-color css
<style>
a { background-color: #1D1B37; }
a { background-color: rgb(29,27,55); }
div.DivClassName
{
background-color: #1D1B37;
}
.BgClassName
{
background-color: #1D1B37;
}
</style>
border-color css
<style>
span { border-color: #1D1B37; }
span { border-color: rgb(29,27,55); }
td.TdClassName
{
border-color: #1D1B37;
}
.TagClassName
{
border-color: #1D1B37;
}
</style>