Shades of Mardi Gras #2E022E
Tints of Mardi Gras #2E022E
RGB
CMYK
RGB Variations
Color information
#2E022E (or 0x2E022E) is known color: Mardi Gras. HEX triplet: 2E, 02 and 2E. RGB value is (46,2,46). Sum of RGB (Red+Green+Blue) = 46+2+46=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: red, blue. Hex color #2E022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E022E is #D1FDD1. Grayscale: #141414. Windows color (decimal): -13762002 or 3015214. OLE color: 3015214.
HSL color Cylindrical-coordinate representation of color #2E022E: hue angle of 300º 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 #2E022E is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 46 | - |
| CMYK | 0 | 0.96 | 0 | 0.82 |
| HSL | 300º | 0.92% | 0.09% | - |
| HSV(B) | 300º | 0.96% | 0.18% | - |
| XYZ | 1.64 | 0.82 | 2.66 | - |
| YUV | 20.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 46 | 0 | 0.96 | 0 | 0.82 | 300 | 0.92 | 0.09 |
| Hex | 2E | 2 | 2E | 0 | 60 | 0 | 52 | 12C | 5C | 9 |
| Octal | 56 | 2 | 56 | 0 | 140 | 0 | 122 | 454 | 134 | 11 |
| Binary | 101110 | 10 | 101110 | 0 | 1100000 | 0 | 1010010 | 100101100 | 1011100 | 1001 |
Color Harmonies of #2E022E
Complementary color
Monochromatic Colors of #2E022E
Black with #2E022E
Text Example
Text Example
White with #2E022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E022E; }
p { color: rgb(46,2,46); }
H1.HeaderClassName
{
color: #2E022E;
}
.AnyTagClassName
{
color: #2E022E;
}
</style>
background-color css
<style>
a { background-color: #2E022E; }
a { background-color: rgb(46,2,46); }
div.DivClassName
{
background-color: #2E022E;
}
.BgClassName
{
background-color: #2E022E;
}
</style>
border-color css
<style>
span { border-color: #2E022E; }
span { border-color: rgb(46,2,46); }
td.TdClassName
{
border-color: #2E022E;
}
.TagClassName
{
border-color: #2E022E;
}
</style>