Shades of Mardi Gras #291F2B
Tints of Mardi Gras #291F2B
RGB
CMYK
RGB Variations
Color information
#291F2B (or 0x291F2B) is known color: Mardi Gras. HEX triplet: 29, 1F and 2B. RGB value is (41,31,43). Sum of RGB (Red+Green+Blue) = 41+31+43=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #291F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F2B is #D6E0D4. Grayscale: #232323. Windows color (decimal): -14082261 or 2826025. OLE color: 2826025.
HSL color Cylindrical-coordinate representation of color #291F2B: hue angle of 290º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #291F2B is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 31 | 43 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.83 |
| HSL | 290º | 0.16% | 0.15% | - |
| HSV(B) | 290º | 0.28% | 0.17% | - |
| XYZ | 1.84 | 1.63 | 2.5 | - |
| YUV | 35.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 43 | 0.05 | 0.28 | 0 | 0.83 | 290 | 0.16 | 0.15 |
| Hex | 29 | 1F | 2B | 5 | 1C | 0 | 53 | 122 | 10 | F |
| Octal | 51 | 37 | 53 | 5 | 34 | 0 | 123 | 442 | 20 | 17 |
| Binary | 101001 | 11111 | 101011 | 101 | 11100 | 0 | 1010011 | 100100010 | 10000 | 1111 |
Color Harmonies of #291F2B
Complementary color
Monochromatic Colors of #291F2B
Black with #291F2B
Text Example
Text Example
White with #291F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F2B; }
p { color: rgb(41,31,43); }
H1.HeaderClassName
{
color: #291F2B;
}
.AnyTagClassName
{
color: #291F2B;
}
</style>
background-color css
<style>
a { background-color: #291F2B; }
a { background-color: rgb(41,31,43); }
div.DivClassName
{
background-color: #291F2B;
}
.BgClassName
{
background-color: #291F2B;
}
</style>
border-color css
<style>
span { border-color: #291F2B; }
span { border-color: rgb(41,31,43); }
td.TdClassName
{
border-color: #291F2B;
}
.TagClassName
{
border-color: #291F2B;
}
</style>