Shades of Mardi Gras #2E072A
Tints of Mardi Gras #2E072A
RGB
CMYK
RGB Variations
Color information
#2E072A (or 0x2E072A) is known color: Mardi Gras. HEX triplet: 2E, 07 and 2A. RGB value is (46,7,42). Sum of RGB (Red+Green+Blue) = 46+7+42=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E072A is #D1F8D5. Grayscale: #161616. Windows color (decimal): -13760726 or 2754350. OLE color: 2754350.
HSL color Cylindrical-coordinate representation of color #2E072A: hue angle of 306.15º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E072A is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 42 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.82 |
| HSL | 306.15º | 0.74% | 0.1% | - |
| HSV(B) | 306.15º | 0.85% | 0.18% | - |
| XYZ | 1.62 | 0.9 | 2.28 | - |
| YUV | 22.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 42 | 0 | 0.85 | 0.09 | 0.82 | 306.15 | 0.74 | 0.1 |
| Hex | 2E | 7 | 2A | 0 | 55 | 9 | 52 | 132 | 4A | A |
| Octal | 56 | 7 | 52 | 0 | 125 | 11 | 122 | 462 | 112 | 12 |
| Binary | 101110 | 111 | 101010 | 0 | 1010101 | 1001 | 1010010 | 100110010 | 1001010 | 1010 |
Color Harmonies of #2E072A
Complementary color
Monochromatic Colors of #2E072A
Black with #2E072A
Text Example
Text Example
White with #2E072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E072A; }
p { color: rgb(46,7,42); }
H1.HeaderClassName
{
color: #2E072A;
}
.AnyTagClassName
{
color: #2E072A;
}
</style>
background-color css
<style>
a { background-color: #2E072A; }
a { background-color: rgb(46,7,42); }
div.DivClassName
{
background-color: #2E072A;
}
.BgClassName
{
background-color: #2E072A;
}
</style>
border-color css
<style>
span { border-color: #2E072A; }
span { border-color: rgb(46,7,42); }
td.TdClassName
{
border-color: #2E072A;
}
.TagClassName
{
border-color: #2E072A;
}
</style>