Shades of Jaguar #1D1D37
Tints of Jaguar #1D1D37
RGB
CMYK
RGB Variations
Color information
#1D1D37 (or 0x1D1D37) is known color: Jaguar. HEX triplet: 1D, 1D and 37. RGB value is (29,29,55). Sum of RGB (Red+Green+Blue) = 29+29+55=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D1D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D37 is #E2E2C8. Grayscale: #1F1F1F. Windows color (decimal): -14869193 or 3611933. OLE color: 3611933.
HSL color Cylindrical-coordinate representation of color #1D1D37: hue angle of 240º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D1D37 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 29 | 55 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.78 |
| HSL | 240º | 0.31% | 0.16% | - |
| HSV(B) | 240º | 0.47% | 0.22% | - |
| XYZ | 1.64 | 1.42 | 3.8 | - |
| YUV | 31.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 55 | 0.47 | 0.47 | 0 | 0.78 | 240 | 0.31 | 0.16 |
| Hex | 1D | 1D | 37 | 2F | 2F | 0 | 4E | F0 | 1F | 10 |
| Octal | 35 | 35 | 67 | 57 | 57 | 0 | 116 | 360 | 37 | 20 |
| Binary | 11101 | 11101 | 110111 | 101111 | 101111 | 0 | 1001110 | 11110000 | 11111 | 10000 |
Color Harmonies of #1D1D37
Complementary color
Monochromatic Colors of #1D1D37
Black with #1D1D37
Text Example
Text Example
White with #1D1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D37; }
p { color: rgb(29,29,55); }
H1.HeaderClassName
{
color: #1D1D37;
}
.AnyTagClassName
{
color: #1D1D37;
}
</style>
background-color css
<style>
a { background-color: #1D1D37; }
a { background-color: rgb(29,29,55); }
div.DivClassName
{
background-color: #1D1D37;
}
.BgClassName
{
background-color: #1D1D37;
}
</style>
border-color css
<style>
span { border-color: #1D1D37; }
span { border-color: rgb(29,29,55); }
td.TdClassName
{
border-color: #1D1D37;
}
.TagClassName
{
border-color: #1D1D37;
}
</style>