Shades of Mardi Gras #2E082C
Tints of Mardi Gras #2E082C
RGB
CMYK
RGB Variations
Color information
#2E082C (or 0x2E082C) is known color: Mardi Gras. HEX triplet: 2E, 08 and 2C. RGB value is (46,8,44). Sum of RGB (Red+Green+Blue) = 46+8+44=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E082C is #D1F7D3. Grayscale: #171717. Windows color (decimal): -13760468 or 2885678. OLE color: 2885678.
HSL color Cylindrical-coordinate representation of color #2E082C: hue angle of 303.16º 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 #2E082C is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 44 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.82 |
| HSL | 303.16º | 0.7% | 0.11% | - |
| HSV(B) | 303.16º | 0.83% | 0.18% | - |
| XYZ | 1.67 | 0.94 | 2.48 | - |
| YUV | 23.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 44 | 0 | 0.83 | 0.04 | 0.82 | 303.16 | 0.7 | 0.11 |
| Hex | 2E | 8 | 2C | 0 | 53 | 4 | 52 | 12F | 46 | B |
| Octal | 56 | 10 | 54 | 0 | 123 | 4 | 122 | 457 | 106 | 13 |
| Binary | 101110 | 1000 | 101100 | 0 | 1010011 | 100 | 1010010 | 100101111 | 1000110 | 1011 |
Color Harmonies of #2E082C
Complementary color
Monochromatic Colors of #2E082C
Black with #2E082C
Text Example
Text Example
White with #2E082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E082C; }
p { color: rgb(46,8,44); }
H1.HeaderClassName
{
color: #2E082C;
}
.AnyTagClassName
{
color: #2E082C;
}
</style>
background-color css
<style>
a { background-color: #2E082C; }
a { background-color: rgb(46,8,44); }
div.DivClassName
{
background-color: #2E082C;
}
.BgClassName
{
background-color: #2E082C;
}
</style>
border-color css
<style>
span { border-color: #2E082C; }
span { border-color: rgb(46,8,44); }
td.TdClassName
{
border-color: #2E082C;
}
.TagClassName
{
border-color: #2E082C;
}
</style>