Shades of Jaguar #292933
Tints of Jaguar #292933
RGB
CMYK
RGB Variations
Color information
#292933 (or 0x292933) is known color: Jaguar. HEX triplet: 29, 29 and 33. RGB value is (41,41,51). Sum of RGB (Red+Green+Blue) = 41+41+51=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #292933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292933 is #D6D6CC. Grayscale: #2A2A2A. Windows color (decimal): -14079693 or 3352873. OLE color: 3352873.
HSL color Cylindrical-coordinate representation of color #292933: hue angle of 240º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #292933 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 41 | 51 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.8 |
| HSL | 240º | 0.11% | 0.18% | - |
| HSV(B) | 240º | 0.2% | 0.2% | - |
| XYZ | 2.3 | 2.3 | 3.45 | - |
| YUV | 42.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 51 | 0.20 | 0.20 | 0 | 0.8 | 240 | 0.11 | 0.18 |
| Hex | 29 | 29 | 33 | 14 | 14 | 0 | 50 | F0 | B | 12 |
| Octal | 51 | 51 | 63 | 24 | 24 | 0 | 120 | 360 | 13 | 22 |
| Binary | 101001 | 101001 | 110011 | 10100 | 10100 | 0 | 1010000 | 11110000 | 1011 | 10010 |
Color Harmonies of #292933
Complementary color
Monochromatic Colors of #292933
Black with #292933
Text Example
Text Example
White with #292933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292933; }
p { color: rgb(41,41,51); }
H1.HeaderClassName
{
color: #292933;
}
.AnyTagClassName
{
color: #292933;
}
</style>
background-color css
<style>
a { background-color: #292933; }
a { background-color: rgb(41,41,51); }
div.DivClassName
{
background-color: #292933;
}
.BgClassName
{
background-color: #292933;
}
</style>
border-color css
<style>
span { border-color: #292933; }
span { border-color: rgb(41,41,51); }
td.TdClassName
{
border-color: #292933;
}
.TagClassName
{
border-color: #292933;
}
</style>