Shades of Mardi Gras #2E0132
Tints of Mardi Gras #2E0132
RGB
CMYK
RGB Variations
Color information
#2E0132 (or 0x2E0132) is known color: Mardi Gras. HEX triplet: 2E, 01 and 32. RGB value is (46,1,50). Sum of RGB (Red+Green+Blue) = 46+1+50=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E0132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0132 is #D1FECD. Grayscale: #131313. Windows color (decimal): -13762254 or 3277102. OLE color: 3277102.
HSL color Cylindrical-coordinate representation of color #2E0132: hue angle of 295.1º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0132 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 1 | 50 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.80 |
| HSL | 295.1º | 0.96% | 0.1% | - |
| HSV(B) | 295.1º | 0.98% | 0.2% | - |
| XYZ | 1.71 | 0.83 | 3.09 | - |
| YUV | 20.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 50 | 0.08 | 0.98 | 0 | 0.80 | 295.1 | 0.96 | 0.1 |
| Hex | 2E | 1 | 32 | 8 | 62 | 0 | 50 | 127 | 60 | A |
| Octal | 56 | 1 | 62 | 10 | 142 | 0 | 120 | 447 | 140 | 12 |
| Binary | 101110 | 1 | 110010 | 1000 | 1100010 | 0 | 1010000 | 100100111 | 1100000 | 1010 |
Color Harmonies of #2E0132
Complementary color
Monochromatic Colors of #2E0132
Black with #2E0132
Text Example
Text Example
White with #2E0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0132; }
p { color: rgb(46,1,50); }
H1.HeaderClassName
{
color: #2E0132;
}
.AnyTagClassName
{
color: #2E0132;
}
</style>
background-color css
<style>
a { background-color: #2E0132; }
a { background-color: rgb(46,1,50); }
div.DivClassName
{
background-color: #2E0132;
}
.BgClassName
{
background-color: #2E0132;
}
</style>
border-color css
<style>
span { border-color: #2E0132; }
span { border-color: rgb(46,1,50); }
td.TdClassName
{
border-color: #2E0132;
}
.TagClassName
{
border-color: #2E0132;
}
</style>