Shades of Mardi Gras #29002C
Tints of Mardi Gras #29002C
RGB
CMYK
RGB Variations
Color information
#29002C (or 0x29002C) is known color: Mardi Gras. HEX triplet: 29, 00 and 2C. RGB value is (41,0,44). Sum of RGB (Red+Green+Blue) = 41+0+44=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #29002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29002C is #D6FFD3. Grayscale: #111111. Windows color (decimal): -14090196 or 2883625. OLE color: 2883625.
HSL color Cylindrical-coordinate representation of color #29002C: hue angle of 295.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29002C is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 0 | 44 | - |
| CMYK | 0.07 | 1 | 0 | 0.83 |
| HSL | 295.91º | 1% | 0.09% | - |
| HSV(B) | 295.91º | 1% | 0.17% | - |
| XYZ | 1.37 | 0.65 | 2.44 | - |
| YUV | 17.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 44 | 0.07 | 1 | 0 | 0.83 | 295.91 | 1 | 0.09 |
| Hex | 29 | 0 | 2C | 7 | 64 | 0 | 53 | 128 | 64 | 9 |
| Octal | 51 | 0 | 54 | 7 | 144 | 0 | 123 | 450 | 144 | 11 |
| Binary | 101001 | 0 | 101100 | 111 | 1100100 | 0 | 1010011 | 100101000 | 1100100 | 1001 |
Color Harmonies of #29002C
Complementary color
Monochromatic Colors of #29002C
Black with #29002C
Text Example
Text Example
White with #29002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29002C; }
p { color: rgb(41,0,44); }
H1.HeaderClassName
{
color: #29002C;
}
.AnyTagClassName
{
color: #29002C;
}
</style>
background-color css
<style>
a { background-color: #29002C; }
a { background-color: rgb(41,0,44); }
div.DivClassName
{
background-color: #29002C;
}
.BgClassName
{
background-color: #29002C;
}
</style>
border-color css
<style>
span { border-color: #29002C; }
span { border-color: rgb(41,0,44); }
td.TdClassName
{
border-color: #29002C;
}
.TagClassName
{
border-color: #29002C;
}
</style>