Shades of Mardi Gras #2E022C
Tints of Mardi Gras #2E022C
RGB
CMYK
RGB Variations
Color information
#2E022C (or 0x2E022C) is known color: Mardi Gras. HEX triplet: 2E, 02 and 2C. RGB value is (46,2,44). Sum of RGB (Red+Green+Blue) = 46+2+44=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E022C is #D1FDD3. Grayscale: #131313. Windows color (decimal): -13762004 or 2884142. OLE color: 2884142.
HSL color Cylindrical-coordinate representation of color #2E022C: hue angle of 302.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E022C is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 44 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.82 |
| HSL | 302.73º | 0.92% | 0.09% | - |
| HSV(B) | 302.73º | 0.96% | 0.18% | - |
| XYZ | 1.6 | 0.81 | 2.45 | - |
| YUV | 19.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 44 | 0 | 0.96 | 0.04 | 0.82 | 302.73 | 0.92 | 0.09 |
| Hex | 2E | 2 | 2C | 0 | 60 | 4 | 52 | 12F | 5C | 9 |
| Octal | 56 | 2 | 54 | 0 | 140 | 4 | 122 | 457 | 134 | 11 |
| Binary | 101110 | 10 | 101100 | 0 | 1100000 | 100 | 1010010 | 100101111 | 1011100 | 1001 |
Color Harmonies of #2E022C
Complementary color
Monochromatic Colors of #2E022C
Black with #2E022C
Text Example
Text Example
White with #2E022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E022C; }
p { color: rgb(46,2,44); }
H1.HeaderClassName
{
color: #2E022C;
}
.AnyTagClassName
{
color: #2E022C;
}
</style>
background-color css
<style>
a { background-color: #2E022C; }
a { background-color: rgb(46,2,44); }
div.DivClassName
{
background-color: #2E022C;
}
.BgClassName
{
background-color: #2E022C;
}
</style>
border-color css
<style>
span { border-color: #2E022C; }
span { border-color: rgb(46,2,44); }
td.TdClassName
{
border-color: #2E022C;
}
.TagClassName
{
border-color: #2E022C;
}
</style>