Shades of Mardi Gras #2E0828
Tints of Mardi Gras #2E0828
RGB
CMYK
RGB Variations
Color information
#2E0828 (or 0x2E0828) is known color: Mardi Gras. HEX triplet: 2E, 08 and 28. RGB value is (46,8,40). Sum of RGB (Red+Green+Blue) = 46+8+40=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0828 is #D1F7D7. Grayscale: #161616. Windows color (decimal): -13760472 or 2623534. OLE color: 2623534.
HSL color Cylindrical-coordinate representation of color #2E0828: hue angle of 309.47º 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 #2E0828 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 40 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.82 |
| HSL | 309.47º | 0.7% | 0.11% | - |
| HSV(B) | 309.47º | 0.83% | 0.18% | - |
| XYZ | 1.6 | 0.91 | 2.1 | - |
| YUV | 23.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 40 | 0 | 0.83 | 0.13 | 0.82 | 309.47 | 0.7 | 0.11 |
| Hex | 2E | 8 | 28 | 0 | 53 | D | 52 | 135 | 46 | B |
| Octal | 56 | 10 | 50 | 0 | 123 | 15 | 122 | 465 | 106 | 13 |
| Binary | 101110 | 1000 | 101000 | 0 | 1010011 | 1101 | 1010010 | 100110101 | 1000110 | 1011 |
Color Harmonies of #2E0828
Complementary color
Monochromatic Colors of #2E0828
Black with #2E0828
Text Example
Text Example
White with #2E0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0828; }
p { color: rgb(46,8,40); }
H1.HeaderClassName
{
color: #2E0828;
}
.AnyTagClassName
{
color: #2E0828;
}
</style>
background-color css
<style>
a { background-color: #2E0828; }
a { background-color: rgb(46,8,40); }
div.DivClassName
{
background-color: #2E0828;
}
.BgClassName
{
background-color: #2E0828;
}
</style>
border-color css
<style>
span { border-color: #2E0828; }
span { border-color: rgb(46,8,40); }
td.TdClassName
{
border-color: #2E0828;
}
.TagClassName
{
border-color: #2E0828;
}
</style>