Shades of Mardi Gras #2E0026
Tints of Mardi Gras #2E0026
RGB
CMYK
RGB Variations
Color information
#2E0026 (or 0x2E0026) is known color: Mardi Gras. HEX triplet: 2E, 00 and 26. RGB value is (46,0,38). Sum of RGB (Red+Green+Blue) = 46+0+38=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0026 is #D1FFD9. Grayscale: #111111. Windows color (decimal): -13762522 or 2490414. OLE color: 2490414.
HSL color Cylindrical-coordinate representation of color #2E0026: hue angle of 310.43º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0026 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.17 | 0.82 |
| HSL | 310.43º | 1% | 0.09% | - |
| HSV(B) | 310.43º | 1% | 0.18% | - |
| XYZ | 1.48 | 0.72 | 1.9 | - |
| YUV | 18.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 38 | 0 | 1 | 0.17 | 0.82 | 310.43 | 1 | 0.09 |
| Hex | 2E | 0 | 26 | 0 | 64 | 11 | 52 | 136 | 64 | 9 |
| Octal | 56 | 0 | 46 | 0 | 144 | 21 | 122 | 466 | 144 | 11 |
| Binary | 101110 | 0 | 100110 | 0 | 1100100 | 10001 | 1010010 | 100110110 | 1100100 | 1001 |
Color Harmonies of #2E0026
Complementary color
Monochromatic Colors of #2E0026
Black with #2E0026
Text Example
Text Example
White with #2E0026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0026; }
p { color: rgb(46,0,38); }
H1.HeaderClassName
{
color: #2E0026;
}
.AnyTagClassName
{
color: #2E0026;
}
</style>
background-color css
<style>
a { background-color: #2E0026; }
a { background-color: rgb(46,0,38); }
div.DivClassName
{
background-color: #2E0026;
}
.BgClassName
{
background-color: #2E0026;
}
</style>
border-color css
<style>
span { border-color: #2E0026; }
span { border-color: rgb(46,0,38); }
td.TdClassName
{
border-color: #2E0026;
}
.TagClassName
{
border-color: #2E0026;
}
</style>