Shades of Mardi Gras #29132A
Tints of Mardi Gras #29132A
RGB
CMYK
RGB Variations
Color information
#29132A (or 0x29132A) is known color: Mardi Gras. HEX triplet: 29, 13 and 2A. RGB value is (41,19,42). Sum of RGB (Red+Green+Blue) = 41+19+42=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: blue. Hex color #29132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29132A is #D6ECD5. Grayscale: #1C1C1C. Windows color (decimal): -14085334 or 2757417. OLE color: 2757417.
HSL color Cylindrical-coordinate representation of color #29132A: hue angle of 297.39º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29132A is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 19 | 42 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.84 |
| HSL | 297.39º | 0.38% | 0.12% | - |
| HSV(B) | 297.39º | 0.55% | 0.16% | - |
| XYZ | 1.57 | 1.1 | 2.32 | - |
| YUV | 28.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 42 | 0.02 | 0.55 | 0 | 0.84 | 297.39 | 0.38 | 0.12 |
| Hex | 29 | 13 | 2A | 2 | 37 | 0 | 54 | 129 | 26 | C |
| Octal | 51 | 23 | 52 | 2 | 67 | 0 | 124 | 451 | 46 | 14 |
| Binary | 101001 | 10011 | 101010 | 10 | 110111 | 0 | 1010100 | 100101001 | 100110 | 1100 |
Color Harmonies of #29132A
Complementary color
Monochromatic Colors of #29132A
Black with #29132A
Text Example
Text Example
White with #29132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29132A; }
p { color: rgb(41,19,42); }
H1.HeaderClassName
{
color: #29132A;
}
.AnyTagClassName
{
color: #29132A;
}
</style>
background-color css
<style>
a { background-color: #29132A; }
a { background-color: rgb(41,19,42); }
div.DivClassName
{
background-color: #29132A;
}
.BgClassName
{
background-color: #29132A;
}
</style>
border-color css
<style>
span { border-color: #29132A; }
span { border-color: rgb(41,19,42); }
td.TdClassName
{
border-color: #29132A;
}
.TagClassName
{
border-color: #29132A;
}
</style>