Shades of Jaguar #29292D
Tints of Jaguar #29292D
RGB
CMYK
RGB Variations
Color information
#29292D (or 0x29292D) is known color: Jaguar. HEX triplet: 29, 29 and 2D. RGB value is (41,41,45). Sum of RGB (Red+Green+Blue) = 41+41+45=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 45 - color contains mainly: blue. Hex color #29292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29292D is #D6D6D2. Grayscale: #292929. Windows color (decimal): -14079699 or 2959657. OLE color: 2959657.
HSL color Cylindrical-coordinate representation of color #29292D: hue angle of 240º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #29292D is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 41 | 41 | 45 | - |
CMYK | 0.09 | 0.09 | 0 | 0.82 |
HSL | 240º | 0.05% | 0.17% | - |
HSV(B) | 240º | 0.09% | 0.18% | - |
XYZ | 2.18 | 2.25 | 2.8 | - |
YUV | 41.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 41 | 45 | 0.09 | 0.09 | 0 | 0.82 | 240 | 0.05 | 0.17 |
Hex | 29 | 29 | 2D | 9 | 9 | 0 | 52 | F0 | 5 | 11 |
Octal | 51 | 51 | 55 | 11 | 11 | 0 | 122 | 360 | 5 | 21 |
Binary | 101001 | 101001 | 101101 | 1001 | 1001 | 0 | 1010010 | 11110000 | 101 | 10001 |
Color Harmonies of #29292D
Complementary color
Monochromatic Colors of #29292D
Black with #29292D
Text Example
Text Example
White with #29292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29292D; }
p { color: rgb(41,41,45); }
H1.HeaderClassName
{
color: #29292D;
}
.AnyTagClassName
{
color: #29292D;
}
</style>
background-color css
<style>
a { background-color: #29292D; }
a { background-color: rgb(41,41,45); }
div.DivClassName
{
background-color: #29292D;
}
.BgClassName
{
background-color: #29292D;
}
</style>
border-color css
<style>
span { border-color: #29292D; }
span { border-color: rgb(41,41,45); }
td.TdClassName
{
border-color: #29292D;
}
.TagClassName
{
border-color: #29292D;
}
</style>