Shades of Mardi Gras #29202A
Tints of Mardi Gras #29202A
RGB
CMYK
RGB Variations
Color information
#29202A (or 0x29202A) is known color: Mardi Gras. HEX triplet: 29, 20 and 2A. RGB value is (41,32,42). Sum of RGB (Red+Green+Blue) = 41+32+42=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 42 - color contains mainly: blue. Hex color #29202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29202A is #D6DFD5. Grayscale: #232323. Windows color (decimal): -14082006 or 2760745. OLE color: 2760745.
HSL color Cylindrical-coordinate representation of color #29202A: hue angle of 294º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29202A is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 32 | 42 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.84 |
| HSL | 294º | 0.14% | 0.15% | - |
| HSV(B) | 294º | 0.24% | 0.16% | - |
| XYZ | 1.85 | 1.67 | 2.42 | - |
| YUV | 35.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 42 | 0.02 | 0.24 | 0 | 0.84 | 294 | 0.14 | 0.15 |
| Hex | 29 | 20 | 2A | 2 | 18 | 0 | 54 | 126 | E | F |
| Octal | 51 | 40 | 52 | 2 | 30 | 0 | 124 | 446 | 16 | 17 |
| Binary | 101001 | 100000 | 101010 | 10 | 11000 | 0 | 1010100 | 100100110 | 1110 | 1111 |
Color Harmonies of #29202A
Complementary color
Monochromatic Colors of #29202A
Black with #29202A
Text Example
Text Example
White with #29202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29202A; }
p { color: rgb(41,32,42); }
H1.HeaderClassName
{
color: #29202A;
}
.AnyTagClassName
{
color: #29202A;
}
</style>
background-color css
<style>
a { background-color: #29202A; }
a { background-color: rgb(41,32,42); }
div.DivClassName
{
background-color: #29202A;
}
.BgClassName
{
background-color: #29202A;
}
</style>
border-color css
<style>
span { border-color: #29202A; }
span { border-color: rgb(41,32,42); }
td.TdClassName
{
border-color: #29202A;
}
.TagClassName
{
border-color: #29202A;
}
</style>