Shades of Mardi Gras #2E122C
Tints of Mardi Gras #2E122C
RGB
CMYK
RGB Variations
Color information
#2E122C (or 0x2E122C) is known color: Mardi Gras. HEX triplet: 2E, 12 and 2C. RGB value is (46,18,44). Sum of RGB (Red+Green+Blue) = 46+18+44=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E122C is #D1EDD3. Grayscale: #1D1D1D. Windows color (decimal): -13757908 or 2888238. OLE color: 2888238.
HSL color Cylindrical-coordinate representation of color #2E122C: hue angle of 304.29º 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 #2E122C is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 44 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.82 |
| HSL | 304.29º | 0.44% | 0.13% | - |
| HSV(B) | 304.29º | 0.61% | 0.18% | - |
| XYZ | 1.8 | 1.2 | 2.52 | - |
| YUV | 29.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 44 | 0 | 0.61 | 0.04 | 0.82 | 304.29 | 0.44 | 0.13 |
| Hex | 2E | 12 | 2C | 0 | 3D | 4 | 52 | 130 | 2C | D |
| Octal | 56 | 22 | 54 | 0 | 75 | 4 | 122 | 460 | 54 | 15 |
| Binary | 101110 | 10010 | 101100 | 0 | 111101 | 100 | 1010010 | 100110000 | 101100 | 1101 |
Color Harmonies of #2E122C
Complementary color
Monochromatic Colors of #2E122C
Black with #2E122C
Text Example
Text Example
White with #2E122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E122C; }
p { color: rgb(46,18,44); }
H1.HeaderClassName
{
color: #2E122C;
}
.AnyTagClassName
{
color: #2E122C;
}
</style>
background-color css
<style>
a { background-color: #2E122C; }
a { background-color: rgb(46,18,44); }
div.DivClassName
{
background-color: #2E122C;
}
.BgClassName
{
background-color: #2E122C;
}
</style>
border-color css
<style>
span { border-color: #2E122C; }
span { border-color: rgb(46,18,44); }
td.TdClassName
{
border-color: #2E122C;
}
.TagClassName
{
border-color: #2E122C;
}
</style>