Shades of Mardi Gras #2E0E2A
Tints of Mardi Gras #2E0E2A
RGB
CMYK
RGB Variations
Color information
#2E0E2A (or 0x2E0E2A) is known color: Mardi Gras. HEX triplet: 2E, 0E and 2A. RGB value is (46,14,42). Sum of RGB (Red+Green+Blue) = 46+14+42=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0E2A is #D1F1D5. Grayscale: #1A1A1A. Windows color (decimal): -13758934 or 2756142. OLE color: 2756142.
HSL color Cylindrical-coordinate representation of color #2E0E2A: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E0E2A is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 14 | 42 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.82 |
| HSL | 307.5º | 0.53% | 0.12% | - |
| HSV(B) | 307.5º | 0.7% | 0.18% | - |
| XYZ | 1.7 | 1.06 | 2.31 | - |
| YUV | 26.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 42 | 0 | 0.70 | 0.09 | 0.82 | 307.5 | 0.53 | 0.12 |
| Hex | 2E | E | 2A | 0 | 46 | 9 | 52 | 134 | 35 | C |
| Octal | 56 | 16 | 52 | 0 | 106 | 11 | 122 | 464 | 65 | 14 |
| Binary | 101110 | 1110 | 101010 | 0 | 1000110 | 1001 | 1010010 | 100110100 | 110101 | 1100 |
Color Harmonies of #2E0E2A
Complementary color
Monochromatic Colors of #2E0E2A
Black with #2E0E2A
Text Example
Text Example
White with #2E0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E2A; }
p { color: rgb(46,14,42); }
H1.HeaderClassName
{
color: #2E0E2A;
}
.AnyTagClassName
{
color: #2E0E2A;
}
</style>
background-color css
<style>
a { background-color: #2E0E2A; }
a { background-color: rgb(46,14,42); }
div.DivClassName
{
background-color: #2E0E2A;
}
.BgClassName
{
background-color: #2E0E2A;
}
</style>
border-color css
<style>
span { border-color: #2E0E2A; }
span { border-color: rgb(46,14,42); }
td.TdClassName
{
border-color: #2E0E2A;
}
.TagClassName
{
border-color: #2E0E2A;
}
</style>