Shades of Mardi Gras #291B2C
Tints of Mardi Gras #291B2C
RGB
CMYK
RGB Variations
Color information
#291B2C (or 0x291B2C) is known color: Mardi Gras. HEX triplet: 29, 1B and 2C. RGB value is (41,27,44). Sum of RGB (Red+Green+Blue) = 41+27+44=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 44 - color contains mainly: blue. Hex color #291B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B2C is #D6E4D3. Grayscale: #212121. Windows color (decimal): -14083284 or 2890537. OLE color: 2890537.
HSL color Cylindrical-coordinate representation of color #291B2C: hue angle of 289.41º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #291B2C is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 27 | 44 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.83 |
| HSL | 289.41º | 0.24% | 0.14% | - |
| HSV(B) | 289.41º | 0.39% | 0.17% | - |
| XYZ | 1.76 | 1.44 | 2.57 | - |
| YUV | 33.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 44 | 0.07 | 0.39 | 0 | 0.83 | 289.41 | 0.24 | 0.14 |
| Hex | 29 | 1B | 2C | 7 | 27 | 0 | 53 | 121 | 18 | E |
| Octal | 51 | 33 | 54 | 7 | 47 | 0 | 123 | 441 | 30 | 16 |
| Binary | 101001 | 11011 | 101100 | 111 | 100111 | 0 | 1010011 | 100100001 | 11000 | 1110 |
Color Harmonies of #291B2C
Complementary color
Monochromatic Colors of #291B2C
Black with #291B2C
Text Example
Text Example
White with #291B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B2C; }
p { color: rgb(41,27,44); }
H1.HeaderClassName
{
color: #291B2C;
}
.AnyTagClassName
{
color: #291B2C;
}
</style>
background-color css
<style>
a { background-color: #291B2C; }
a { background-color: rgb(41,27,44); }
div.DivClassName
{
background-color: #291B2C;
}
.BgClassName
{
background-color: #291B2C;
}
</style>
border-color css
<style>
span { border-color: #291B2C; }
span { border-color: rgb(41,27,44); }
td.TdClassName
{
border-color: #291B2C;
}
.TagClassName
{
border-color: #291B2C;
}
</style>