Shades of Mardi Gras #2E0231
Tints of Mardi Gras #2E0231
RGB
CMYK
RGB Variations
Color information
#2E0231 (or 0x2E0231) is known color: Mardi Gras. HEX triplet: 2E, 02 and 31. RGB value is (46,2,49). Sum of RGB (Red+Green+Blue) = 46+2+49=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E0231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0231 is #D1FDCE. Grayscale: #141414. Windows color (decimal): -13761999 or 3211822. OLE color: 3211822.
HSL color Cylindrical-coordinate representation of color #2E0231: hue angle of 296.17º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0231 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 2 | 49 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.81 |
| HSL | 296.17º | 0.92% | 0.1% | - |
| HSV(B) | 296.17º | 0.96% | 0.19% | - |
| XYZ | 1.7 | 0.85 | 2.98 | - |
| YUV | 20.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 49 | 0.06 | 0.96 | 0 | 0.81 | 296.17 | 0.92 | 0.1 |
| Hex | 2E | 2 | 31 | 6 | 60 | 0 | 51 | 128 | 5C | A |
| Octal | 56 | 2 | 61 | 6 | 140 | 0 | 121 | 450 | 134 | 12 |
| Binary | 101110 | 10 | 110001 | 110 | 1100000 | 0 | 1010001 | 100101000 | 1011100 | 1010 |
Color Harmonies of #2E0231
Complementary color
Monochromatic Colors of #2E0231
Black with #2E0231
Text Example
Text Example
White with #2E0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0231; }
p { color: rgb(46,2,49); }
H1.HeaderClassName
{
color: #2E0231;
}
.AnyTagClassName
{
color: #2E0231;
}
</style>
background-color css
<style>
a { background-color: #2E0231; }
a { background-color: rgb(46,2,49); }
div.DivClassName
{
background-color: #2E0231;
}
.BgClassName
{
background-color: #2E0231;
}
</style>
border-color css
<style>
span { border-color: #2E0231; }
span { border-color: rgb(46,2,49); }
td.TdClassName
{
border-color: #2E0231;
}
.TagClassName
{
border-color: #2E0231;
}
</style>