Shades of Mardi Gras #2E072D
Tints of Mardi Gras #2E072D
RGB
CMYK
RGB Variations
Color information
#2E072D (or 0x2E072D) is known color: Mardi Gras. HEX triplet: 2E, 07 and 2D. RGB value is (46,7,45). Sum of RGB (Red+Green+Blue) = 46+7+45=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E072D is #D1F8D2. Grayscale: #161616. Windows color (decimal): -13760723 or 2950958. OLE color: 2950958.
HSL color Cylindrical-coordinate representation of color #2E072D: hue angle of 301.54º 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 #2E072D is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 45 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.82 |
| HSL | 301.54º | 0.74% | 0.1% | - |
| HSV(B) | 301.54º | 0.85% | 0.18% | - |
| XYZ | 1.68 | 0.92 | 2.57 | - |
| YUV | 22.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 45 | 0 | 0.85 | 0.02 | 0.82 | 301.54 | 0.74 | 0.1 |
| Hex | 2E | 7 | 2D | 0 | 55 | 2 | 52 | 12E | 4A | A |
| Octal | 56 | 7 | 55 | 0 | 125 | 2 | 122 | 456 | 112 | 12 |
| Binary | 101110 | 111 | 101101 | 0 | 1010101 | 10 | 1010010 | 100101110 | 1001010 | 1010 |
Color Harmonies of #2E072D
Complementary color
Monochromatic Colors of #2E072D
Black with #2E072D
Text Example
Text Example
White with #2E072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E072D; }
p { color: rgb(46,7,45); }
H1.HeaderClassName
{
color: #2E072D;
}
.AnyTagClassName
{
color: #2E072D;
}
</style>
background-color css
<style>
a { background-color: #2E072D; }
a { background-color: rgb(46,7,45); }
div.DivClassName
{
background-color: #2E072D;
}
.BgClassName
{
background-color: #2E072D;
}
</style>
border-color css
<style>
span { border-color: #2E072D; }
span { border-color: rgb(46,7,45); }
td.TdClassName
{
border-color: #2E072D;
}
.TagClassName
{
border-color: #2E072D;
}
</style>