Shades of Jaguar #29292C
Tints of Jaguar #29292C
RGB
CMYK
RGB Variations
Color information
#29292C (or 0x29292C) is known color: Jaguar. HEX triplet: 29, 29 and 2C. RGB value is (41,41,44). Sum of RGB (Red+Green+Blue) = 41+41+44=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 44 - color contains mainly: blue. Hex color #29292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29292C is #D6D6D3. Grayscale: #292929. Windows color (decimal): -14079700 or 2894121. OLE color: 2894121.
HSL color Cylindrical-coordinate representation of color #29292C: hue angle of 240º degrees, saturation: 0.04, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #29292C is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 41 | 41 | 44 | - |
CMYK | 0.07 | 0.07 | 0 | 0.83 |
HSL | 240º | 0.04% | 0.17% | - |
HSV(B) | 240º | 0.07% | 0.17% | - |
XYZ | 2.16 | 2.24 | 2.7 | - |
YUV | 41.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 41 | 44 | 0.07 | 0.07 | 0 | 0.83 | 240 | 0.04 | 0.17 |
Hex | 29 | 29 | 2C | 7 | 7 | 0 | 53 | F0 | 4 | 11 |
Octal | 51 | 51 | 54 | 7 | 7 | 0 | 123 | 360 | 4 | 21 |
Binary | 101001 | 101001 | 101100 | 111 | 111 | 0 | 1010011 | 11110000 | 100 | 10001 |
Color Harmonies of #29292C
Complementary color
Monochromatic Colors of #29292C
Black with #29292C
Text Example
Text Example
White with #29292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29292C; }
p { color: rgb(41,41,44); }
H1.HeaderClassName
{
color: #29292C;
}
.AnyTagClassName
{
color: #29292C;
}
</style>
background-color css
<style>
a { background-color: #29292C; }
a { background-color: rgb(41,41,44); }
div.DivClassName
{
background-color: #29292C;
}
.BgClassName
{
background-color: #29292C;
}
</style>
border-color css
<style>
span { border-color: #29292C; }
span { border-color: rgb(41,41,44); }
td.TdClassName
{
border-color: #29292C;
}
.TagClassName
{
border-color: #29292C;
}
</style>