Shades of Jaguar #1D1B29
Tints of Jaguar #1D1B29
RGB
CMYK
RGB Variations
Color information
#1D1B29 (or 0x1D1B29) is known color: Jaguar. HEX triplet: 1D, 1B and 29. RGB value is (29,27,41). Sum of RGB (Red+Green+Blue) = 29+27+41=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D1B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1B29 is #E2E4D6. Grayscale: #1D1D1D. Windows color (decimal): -14869719 or 2693917. OLE color: 2693917.
HSL color Cylindrical-coordinate representation of color #1D1B29: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D1B29 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 27 | 41 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.84 |
| HSL | 248.57º | 0.21% | 0.13% | - |
| HSV(B) | 248.57º | 0.34% | 0.16% | - |
| XYZ | 1.3 | 1.21 | 2.26 | - |
| YUV | 29.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 41 | 0.29 | 0.34 | 0 | 0.84 | 248.57 | 0.21 | 0.13 |
| Hex | 1D | 1B | 29 | 1D | 22 | 0 | 54 | F9 | 15 | D |
| Octal | 35 | 33 | 51 | 35 | 42 | 0 | 124 | 371 | 25 | 15 |
| Binary | 11101 | 11011 | 101001 | 11101 | 100010 | 0 | 1010100 | 11111001 | 10101 | 1101 |
Color Harmonies of #1D1B29
Complementary color
Monochromatic Colors of #1D1B29
Black with #1D1B29
Text Example
Text Example
White with #1D1B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B29; }
p { color: rgb(29,27,41); }
H1.HeaderClassName
{
color: #1D1B29;
}
.AnyTagClassName
{
color: #1D1B29;
}
</style>
background-color css
<style>
a { background-color: #1D1B29; }
a { background-color: rgb(29,27,41); }
div.DivClassName
{
background-color: #1D1B29;
}
.BgClassName
{
background-color: #1D1B29;
}
</style>
border-color css
<style>
span { border-color: #1D1B29; }
span { border-color: rgb(29,27,41); }
td.TdClassName
{
border-color: #1D1B29;
}
.TagClassName
{
border-color: #1D1B29;
}
</style>