Shades of Mardi Gras #2E0A2C
Tints of Mardi Gras #2E0A2C
RGB
CMYK
RGB Variations
Color information
#2E0A2C (or 0x2E0A2C) is known color: Mardi Gras. HEX triplet: 2E, 0A and 2C. RGB value is (46,10,44). Sum of RGB (Red+Green+Blue) = 46+10+44=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A2C is #D1F5D3. Grayscale: #181818. Windows color (decimal): -13759956 or 2886190. OLE color: 2886190.
HSL color Cylindrical-coordinate representation of color #2E0A2C: hue angle of 303.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E0A2C is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 10 | 44 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.82 |
| HSL | 303.33º | 0.64% | 0.11% | - |
| HSV(B) | 303.33º | 0.78% | 0.18% | - |
| XYZ | 1.69 | 0.98 | 2.48 | - |
| YUV | 24.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 44 | 0 | 0.78 | 0.04 | 0.82 | 303.33 | 0.64 | 0.11 |
| Hex | 2E | A | 2C | 0 | 4E | 4 | 52 | 12F | 40 | B |
| Octal | 56 | 12 | 54 | 0 | 116 | 4 | 122 | 457 | 100 | 13 |
| Binary | 101110 | 1010 | 101100 | 0 | 1001110 | 100 | 1010010 | 100101111 | 1000000 | 1011 |
Color Harmonies of #2E0A2C
Complementary color
Monochromatic Colors of #2E0A2C
Black with #2E0A2C
Text Example
Text Example
White with #2E0A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A2C; }
p { color: rgb(46,10,44); }
H1.HeaderClassName
{
color: #2E0A2C;
}
.AnyTagClassName
{
color: #2E0A2C;
}
</style>
background-color css
<style>
a { background-color: #2E0A2C; }
a { background-color: rgb(46,10,44); }
div.DivClassName
{
background-color: #2E0A2C;
}
.BgClassName
{
background-color: #2E0A2C;
}
</style>
border-color css
<style>
span { border-color: #2E0A2C; }
span { border-color: rgb(46,10,44); }
td.TdClassName
{
border-color: #2E0A2C;
}
.TagClassName
{
border-color: #2E0A2C;
}
</style>