Shades of Mardi Gras #2E212E
Tints of Mardi Gras #2E212E
RGB
CMYK
RGB Variations
Color information
#2E212E (or 0x2E212E) is known color: Mardi Gras. HEX triplet: 2E, 21 and 2E. RGB value is (46,33,46). Sum of RGB (Red+Green+Blue) = 46+33+46=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: red, blue. Hex color #2E212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E212E is #D1DED1. Grayscale: #262626. Windows color (decimal): -13754066 or 3023150. OLE color: 3023150.
HSL color Cylindrical-coordinate representation of color #2E212E: hue angle of 300º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E212E is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 46 | - |
| CMYK | 0 | 0.28 | 0 | 0.82 |
| HSL | 300º | 0.16% | 0.15% | - |
| HSV(B) | 300º | 0.28% | 0.18% | - |
| XYZ | 2.16 | 1.87 | 2.83 | - |
| YUV | 38.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 46 | 0 | 0.28 | 0 | 0.82 | 300 | 0.16 | 0.15 |
| Hex | 2E | 21 | 2E | 0 | 1C | 0 | 52 | 12C | 10 | F |
| Octal | 56 | 41 | 56 | 0 | 34 | 0 | 122 | 454 | 20 | 17 |
| Binary | 101110 | 100001 | 101110 | 0 | 11100 | 0 | 1010010 | 100101100 | 10000 | 1111 |
Color Harmonies of #2E212E
Complementary color
Monochromatic Colors of #2E212E
Black with #2E212E
Text Example
Text Example
White with #2E212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E212E; }
p { color: rgb(46,33,46); }
H1.HeaderClassName
{
color: #2E212E;
}
.AnyTagClassName
{
color: #2E212E;
}
</style>
background-color css
<style>
a { background-color: #2E212E; }
a { background-color: rgb(46,33,46); }
div.DivClassName
{
background-color: #2E212E;
}
.BgClassName
{
background-color: #2E212E;
}
</style>
border-color css
<style>
span { border-color: #2E212E; }
span { border-color: rgb(46,33,46); }
td.TdClassName
{
border-color: #2E212E;
}
.TagClassName
{
border-color: #2E212E;
}
</style>