Shades of Jaguar #1D1D36
Tints of Jaguar #1D1D36
RGB
CMYK
RGB Variations
Color information
#1D1D36 (or 0x1D1D36) is known color: Jaguar. HEX triplet: 1D, 1D and 36. RGB value is (29,29,54). Sum of RGB (Red+Green+Blue) = 29+29+54=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D1D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D36 is #E2E2C9. Grayscale: #1F1F1F. Windows color (decimal): -14869194 or 3546397. OLE color: 3546397.
HSL color Cylindrical-coordinate representation of color #1D1D36: hue angle of 240º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D1D36 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 29 | 54 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.79 |
| HSL | 240º | 0.3% | 0.16% | - |
| HSV(B) | 240º | 0.46% | 0.21% | - |
| XYZ | 1.61 | 1.41 | 3.68 | - |
| YUV | 31.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 54 | 0.46 | 0.46 | 0 | 0.79 | 240 | 0.3 | 0.16 |
| Hex | 1D | 1D | 36 | 2E | 2E | 0 | 4F | F0 | 1E | 10 |
| Octal | 35 | 35 | 66 | 56 | 56 | 0 | 117 | 360 | 36 | 20 |
| Binary | 11101 | 11101 | 110110 | 101110 | 101110 | 0 | 1001111 | 11110000 | 11110 | 10000 |
Color Harmonies of #1D1D36
Complementary color
Monochromatic Colors of #1D1D36
Black with #1D1D36
Text Example
Text Example
White with #1D1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D36; }
p { color: rgb(29,29,54); }
H1.HeaderClassName
{
color: #1D1D36;
}
.AnyTagClassName
{
color: #1D1D36;
}
</style>
background-color css
<style>
a { background-color: #1D1D36; }
a { background-color: rgb(29,29,54); }
div.DivClassName
{
background-color: #1D1D36;
}
.BgClassName
{
background-color: #1D1D36;
}
</style>
border-color css
<style>
span { border-color: #1D1D36; }
span { border-color: rgb(29,29,54); }
td.TdClassName
{
border-color: #1D1D36;
}
.TagClassName
{
border-color: #1D1D36;
}
</style>