Shades of Mardi Gras #2E052D
Tints of Mardi Gras #2E052D
RGB
CMYK
RGB Variations
Color information
#2E052D (or 0x2E052D) is known color: Mardi Gras. HEX triplet: 2E, 05 and 2D. RGB value is (46,5,45). Sum of RGB (Red+Green+Blue) = 46+5+45=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E052D is #D1FAD2. Grayscale: #151515. Windows color (decimal): -13761235 or 2950446. OLE color: 2950446.
HSL color Cylindrical-coordinate representation of color #2E052D: hue angle of 301.46º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E052D is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 45 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.82 |
| HSL | 301.46º | 0.8% | 0.1% | - |
| HSV(B) | 301.46º | 0.89% | 0.18% | - |
| XYZ | 1.65 | 0.88 | 2.57 | - |
| YUV | 21.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 45 | 0 | 0.89 | 0.02 | 0.82 | 301.46 | 0.8 | 0.1 |
| Hex | 2E | 5 | 2D | 0 | 59 | 2 | 52 | 12D | 50 | A |
| Octal | 56 | 5 | 55 | 0 | 131 | 2 | 122 | 455 | 120 | 12 |
| Binary | 101110 | 101 | 101101 | 0 | 1011001 | 10 | 1010010 | 100101101 | 1010000 | 1010 |
Color Harmonies of #2E052D
Complementary color
Monochromatic Colors of #2E052D
Black with #2E052D
Text Example
Text Example
White with #2E052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E052D; }
p { color: rgb(46,5,45); }
H1.HeaderClassName
{
color: #2E052D;
}
.AnyTagClassName
{
color: #2E052D;
}
</style>
background-color css
<style>
a { background-color: #2E052D; }
a { background-color: rgb(46,5,45); }
div.DivClassName
{
background-color: #2E052D;
}
.BgClassName
{
background-color: #2E052D;
}
</style>
border-color css
<style>
span { border-color: #2E052D; }
span { border-color: rgb(46,5,45); }
td.TdClassName
{
border-color: #2E052D;
}
.TagClassName
{
border-color: #2E052D;
}
</style>