Shades of Mardi Gras #29092C
Tints of Mardi Gras #29092C
RGB
CMYK
RGB Variations
Color information
#29092C (or 0x29092C) is known color: Mardi Gras. HEX triplet: 29, 09 and 2C. RGB value is (41,9,44). Sum of RGB (Red+Green+Blue) = 41+9+44=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #29092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29092C is #D6F6D3. Grayscale: #161616. Windows color (decimal): -14087892 or 2885929. OLE color: 2885929.
HSL color Cylindrical-coordinate representation of color #29092C: hue angle of 294.86º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29092C is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 9 | 44 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.83 |
| HSL | 294.86º | 0.66% | 0.1% | - |
| HSV(B) | 294.86º | 0.8% | 0.17% | - |
| XYZ | 1.47 | 0.85 | 2.47 | - |
| YUV | 22.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 9 | 44 | 0.07 | 0.80 | 0 | 0.83 | 294.86 | 0.66 | 0.1 |
| Hex | 29 | 9 | 2C | 7 | 50 | 0 | 53 | 127 | 42 | A |
| Octal | 51 | 11 | 54 | 7 | 120 | 0 | 123 | 447 | 102 | 12 |
| Binary | 101001 | 1001 | 101100 | 111 | 1010000 | 0 | 1010011 | 100100111 | 1000010 | 1010 |
Color Harmonies of #29092C
Complementary color
Monochromatic Colors of #29092C
Black with #29092C
Text Example
Text Example
White with #29092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29092C; }
p { color: rgb(41,9,44); }
H1.HeaderClassName
{
color: #29092C;
}
.AnyTagClassName
{
color: #29092C;
}
</style>
background-color css
<style>
a { background-color: #29092C; }
a { background-color: rgb(41,9,44); }
div.DivClassName
{
background-color: #29092C;
}
.BgClassName
{
background-color: #29092C;
}
</style>
border-color css
<style>
span { border-color: #29092C; }
span { border-color: rgb(41,9,44); }
td.TdClassName
{
border-color: #29092C;
}
.TagClassName
{
border-color: #29092C;
}
</style>