Shades of Mardi Gras #29132C
Tints of Mardi Gras #29132C
RGB
CMYK
RGB Variations
Color information
#29132C (or 0x29132C) is known color: Mardi Gras. HEX triplet: 29, 13 and 2C. RGB value is (41,19,44). Sum of RGB (Red+Green+Blue) = 41+19+44=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #29132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29132C is #D6ECD3. Grayscale: #1C1C1C. Windows color (decimal): -14085332 or 2888489. OLE color: 2888489.
HSL color Cylindrical-coordinate representation of color #29132C: hue angle of 292.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29132C is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 19 | 44 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.83 |
| HSL | 292.8º | 0.4% | 0.12% | - |
| HSV(B) | 292.8º | 0.57% | 0.17% | - |
| XYZ | 1.6 | 1.12 | 2.51 | - |
| YUV | 28.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 44 | 0.07 | 0.57 | 0 | 0.83 | 292.8 | 0.4 | 0.12 |
| Hex | 29 | 13 | 2C | 7 | 39 | 0 | 53 | 125 | 28 | C |
| Octal | 51 | 23 | 54 | 7 | 71 | 0 | 123 | 445 | 50 | 14 |
| Binary | 101001 | 10011 | 101100 | 111 | 111001 | 0 | 1010011 | 100100101 | 101000 | 1100 |
Color Harmonies of #29132C
Complementary color
Monochromatic Colors of #29132C
Black with #29132C
Text Example
Text Example
White with #29132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29132C; }
p { color: rgb(41,19,44); }
H1.HeaderClassName
{
color: #29132C;
}
.AnyTagClassName
{
color: #29132C;
}
</style>
background-color css
<style>
a { background-color: #29132C; }
a { background-color: rgb(41,19,44); }
div.DivClassName
{
background-color: #29132C;
}
.BgClassName
{
background-color: #29132C;
}
</style>
border-color css
<style>
span { border-color: #29132C; }
span { border-color: rgb(41,19,44); }
td.TdClassName
{
border-color: #29132C;
}
.TagClassName
{
border-color: #29132C;
}
</style>