Shades of Mardi Gras #2E082D
Tints of Mardi Gras #2E082D
RGB
CMYK
RGB Variations
Color information
#2E082D (or 0x2E082D) is known color: Mardi Gras. HEX triplet: 2E, 08 and 2D. RGB value is (46,8,45). Sum of RGB (Red+Green+Blue) = 46+8+45=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E082D is #D1F7D2. Grayscale: #171717. Windows color (decimal): -13760467 or 2951214. OLE color: 2951214.
HSL color Cylindrical-coordinate representation of color #2E082D: hue angle of 301.58º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E082D is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 45 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.82 |
| HSL | 301.58º | 0.7% | 0.11% | - |
| HSV(B) | 301.58º | 0.83% | 0.18% | - |
| XYZ | 1.69 | 0.94 | 2.58 | - |
| YUV | 23.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 45 | 0 | 0.83 | 0.02 | 0.82 | 301.58 | 0.7 | 0.11 |
| Hex | 2E | 8 | 2D | 0 | 53 | 2 | 52 | 12E | 46 | B |
| Octal | 56 | 10 | 55 | 0 | 123 | 2 | 122 | 456 | 106 | 13 |
| Binary | 101110 | 1000 | 101101 | 0 | 1010011 | 10 | 1010010 | 100101110 | 1000110 | 1011 |
Color Harmonies of #2E082D
Complementary color
Monochromatic Colors of #2E082D
Black with #2E082D
Text Example
Text Example
White with #2E082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E082D; }
p { color: rgb(46,8,45); }
H1.HeaderClassName
{
color: #2E082D;
}
.AnyTagClassName
{
color: #2E082D;
}
</style>
background-color css
<style>
a { background-color: #2E082D; }
a { background-color: rgb(46,8,45); }
div.DivClassName
{
background-color: #2E082D;
}
.BgClassName
{
background-color: #2E082D;
}
</style>
border-color css
<style>
span { border-color: #2E082D; }
span { border-color: rgb(46,8,45); }
td.TdClassName
{
border-color: #2E082D;
}
.TagClassName
{
border-color: #2E082D;
}
</style>