Shades of Mardi Gras #2E0529
Tints of Mardi Gras #2E0529
RGB
CMYK
RGB Variations
Color information
#2E0529 (or 0x2E0529) is known color: Mardi Gras. HEX triplet: 2E, 05 and 29. RGB value is (46,5,41). Sum of RGB (Red+Green+Blue) = 46+5+41=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0529 is #D1FAD6. Grayscale: #151515. Windows color (decimal): -13761239 or 2688302. OLE color: 2688302.
HSL color Cylindrical-coordinate representation of color #2E0529: hue angle of 307.32º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E0529 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 41 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.82 |
| HSL | 307.32º | 0.8% | 0.1% | - |
| HSV(B) | 307.32º | 0.89% | 0.18% | - |
| XYZ | 1.58 | 0.85 | 2.18 | - |
| YUV | 21.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 41 | 0 | 0.89 | 0.11 | 0.82 | 307.32 | 0.8 | 0.1 |
| Hex | 2E | 5 | 29 | 0 | 59 | B | 52 | 133 | 50 | A |
| Octal | 56 | 5 | 51 | 0 | 131 | 13 | 122 | 463 | 120 | 12 |
| Binary | 101110 | 101 | 101001 | 0 | 1011001 | 1011 | 1010010 | 100110011 | 1010000 | 1010 |
Color Harmonies of #2E0529
Complementary color
Monochromatic Colors of #2E0529
Black with #2E0529
Text Example
Text Example
White with #2E0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0529; }
p { color: rgb(46,5,41); }
H1.HeaderClassName
{
color: #2E0529;
}
.AnyTagClassName
{
color: #2E0529;
}
</style>
background-color css
<style>
a { background-color: #2E0529; }
a { background-color: rgb(46,5,41); }
div.DivClassName
{
background-color: #2E0529;
}
.BgClassName
{
background-color: #2E0529;
}
</style>
border-color css
<style>
span { border-color: #2E0529; }
span { border-color: rgb(46,5,41); }
td.TdClassName
{
border-color: #2E0529;
}
.TagClassName
{
border-color: #2E0529;
}
</style>