Shades of Mardi Gras #2E122D
Tints of Mardi Gras #2E122D
RGB
CMYK
RGB Variations
Color information
#2E122D (or 0x2E122D) is known color: Mardi Gras. HEX triplet: 2E, 12 and 2D. RGB value is (46,18,45). Sum of RGB (Red+Green+Blue) = 46+18+45=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E122D is #D1EDD2. Grayscale: #1D1D1D. Windows color (decimal): -13757907 or 2953774. OLE color: 2953774.
HSL color Cylindrical-coordinate representation of color #2E122D: hue angle of 302.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E122D is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 45 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.82 |
| HSL | 302.14º | 0.44% | 0.13% | - |
| HSV(B) | 302.14º | 0.61% | 0.18% | - |
| XYZ | 1.82 | 1.2 | 2.62 | - |
| YUV | 29.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 45 | 0 | 0.61 | 0.02 | 0.82 | 302.14 | 0.44 | 0.13 |
| Hex | 2E | 12 | 2D | 0 | 3D | 2 | 52 | 12E | 2C | D |
| Octal | 56 | 22 | 55 | 0 | 75 | 2 | 122 | 456 | 54 | 15 |
| Binary | 101110 | 10010 | 101101 | 0 | 111101 | 10 | 1010010 | 100101110 | 101100 | 1101 |
Color Harmonies of #2E122D
Complementary color
Monochromatic Colors of #2E122D
Black with #2E122D
Text Example
Text Example
White with #2E122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E122D; }
p { color: rgb(46,18,45); }
H1.HeaderClassName
{
color: #2E122D;
}
.AnyTagClassName
{
color: #2E122D;
}
</style>
background-color css
<style>
a { background-color: #2E122D; }
a { background-color: rgb(46,18,45); }
div.DivClassName
{
background-color: #2E122D;
}
.BgClassName
{
background-color: #2E122D;
}
</style>
border-color css
<style>
span { border-color: #2E122D; }
span { border-color: rgb(46,18,45); }
td.TdClassName
{
border-color: #2E122D;
}
.TagClassName
{
border-color: #2E122D;
}
</style>