Shades of Mardi Gras #29122B
Tints of Mardi Gras #29122B
RGB
CMYK
RGB Variations
Color information
#29122B (or 0x29122B) is known color: Mardi Gras. HEX triplet: 29, 12 and 2B. RGB value is (41,18,43). Sum of RGB (Red+Green+Blue) = 41+18+43=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #29122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29122B is #D6EDD4. Grayscale: #1B1B1B. Windows color (decimal): -14085589 or 2822697. OLE color: 2822697.
HSL color Cylindrical-coordinate representation of color #29122B: hue angle of 295.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29122B is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 18 | 43 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.83 |
| HSL | 295.2º | 0.41% | 0.12% | - |
| HSV(B) | 295.2º | 0.58% | 0.17% | - |
| XYZ | 1.57 | 1.08 | 2.41 | - |
| YUV | 27.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 43 | 0.05 | 0.58 | 0 | 0.83 | 295.2 | 0.41 | 0.12 |
| Hex | 29 | 12 | 2B | 5 | 3A | 0 | 53 | 127 | 29 | C |
| Octal | 51 | 22 | 53 | 5 | 72 | 0 | 123 | 447 | 51 | 14 |
| Binary | 101001 | 10010 | 101011 | 101 | 111010 | 0 | 1010011 | 100100111 | 101001 | 1100 |
Color Harmonies of #29122B
Complementary color
Monochromatic Colors of #29122B
Black with #29122B
Text Example
Text Example
White with #29122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29122B; }
p { color: rgb(41,18,43); }
H1.HeaderClassName
{
color: #29122B;
}
.AnyTagClassName
{
color: #29122B;
}
</style>
background-color css
<style>
a { background-color: #29122B; }
a { background-color: rgb(41,18,43); }
div.DivClassName
{
background-color: #29122B;
}
.BgClassName
{
background-color: #29122B;
}
</style>
border-color css
<style>
span { border-color: #29122B; }
span { border-color: rgb(41,18,43); }
td.TdClassName
{
border-color: #29122B;
}
.TagClassName
{
border-color: #29122B;
}
</style>