Shades of Jaguar #29292E
Tints of Jaguar #29292E
RGB
CMYK
RGB Variations
Color information
#29292E (or 0x29292E) is known color: Jaguar. HEX triplet: 29, 29 and 2E. RGB value is (41,41,46). Sum of RGB (Red+Green+Blue) = 41+41+46=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 46 - color contains mainly: blue. Hex color #29292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29292E is #D6D6D1. Grayscale: #292929. Windows color (decimal): -14079698 or 3025193. OLE color: 3025193.
HSL color Cylindrical-coordinate representation of color #29292E: hue angle of 240º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #29292E is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 41 | 46 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.82 |
| HSL | 240º | 0.06% | 0.17% | - |
| HSV(B) | 240º | 0.11% | 0.18% | - |
| XYZ | 2.2 | 2.25 | 2.9 | - |
| YUV | 41.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 46 | 0.11 | 0.11 | 0 | 0.82 | 240 | 0.06 | 0.17 |
| Hex | 29 | 29 | 2E | B | B | 0 | 52 | F0 | 6 | 11 |
| Octal | 51 | 51 | 56 | 13 | 13 | 0 | 122 | 360 | 6 | 21 |
| Binary | 101001 | 101001 | 101110 | 1011 | 1011 | 0 | 1010010 | 11110000 | 110 | 10001 |
Color Harmonies of #29292E
Complementary color
Monochromatic Colors of #29292E
Black with #29292E
Text Example
Text Example
White with #29292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29292E; }
p { color: rgb(41,41,46); }
H1.HeaderClassName
{
color: #29292E;
}
.AnyTagClassName
{
color: #29292E;
}
</style>
background-color css
<style>
a { background-color: #29292E; }
a { background-color: rgb(41,41,46); }
div.DivClassName
{
background-color: #29292E;
}
.BgClassName
{
background-color: #29292E;
}
</style>
border-color css
<style>
span { border-color: #29292E; }
span { border-color: rgb(41,41,46); }
td.TdClassName
{
border-color: #29292E;
}
.TagClassName
{
border-color: #29292E;
}
</style>