Shades of Mardi Gras #2E1229
Tints of Mardi Gras #2E1229
RGB
CMYK
RGB Variations
Color information
#2E1229 (or 0x2E1229) is known color: Mardi Gras. HEX triplet: 2E, 12 and 29. RGB value is (46,18,41). Sum of RGB (Red+Green+Blue) = 46+18+41=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1229 is #D1EDD6. Grayscale: #1C1C1C. Windows color (decimal): -13757911 or 2691630. OLE color: 2691630.
HSL color Cylindrical-coordinate representation of color #2E1229: hue angle of 310.71º 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 #2E1229 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 41 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.82 |
| HSL | 310.71º | 0.44% | 0.13% | - |
| HSV(B) | 310.71º | 0.61% | 0.18% | - |
| XYZ | 1.74 | 1.17 | 2.23 | - |
| YUV | 28.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 41 | 0 | 0.61 | 0.11 | 0.82 | 310.71 | 0.44 | 0.13 |
| Hex | 2E | 12 | 29 | 0 | 3D | B | 52 | 137 | 2C | D |
| Octal | 56 | 22 | 51 | 0 | 75 | 13 | 122 | 467 | 54 | 15 |
| Binary | 101110 | 10010 | 101001 | 0 | 111101 | 1011 | 1010010 | 100110111 | 101100 | 1101 |
Color Harmonies of #2E1229
Complementary color
Monochromatic Colors of #2E1229
Black with #2E1229
Text Example
Text Example
White with #2E1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1229; }
p { color: rgb(46,18,41); }
H1.HeaderClassName
{
color: #2E1229;
}
.AnyTagClassName
{
color: #2E1229;
}
</style>
background-color css
<style>
a { background-color: #2E1229; }
a { background-color: rgb(46,18,41); }
div.DivClassName
{
background-color: #2E1229;
}
.BgClassName
{
background-color: #2E1229;
}
</style>
border-color css
<style>
span { border-color: #2E1229; }
span { border-color: rgb(46,18,41); }
td.TdClassName
{
border-color: #2E1229;
}
.TagClassName
{
border-color: #2E1229;
}
</style>