Shades of Mardi Gras #2E032A
Tints of Mardi Gras #2E032A
RGB
CMYK
RGB Variations
Color information
#2E032A (or 0x2E032A) is known color: Mardi Gras. HEX triplet: 2E, 03 and 2A. RGB value is (46,3,42). Sum of RGB (Red+Green+Blue) = 46+3+42=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E032A is #D1FCD5. Grayscale: #141414. Windows color (decimal): -13761750 or 2753326. OLE color: 2753326.
HSL color Cylindrical-coordinate representation of color #2E032A: hue angle of 305.58º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E032A is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 3 | 42 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.82 |
| HSL | 305.58º | 0.88% | 0.1% | - |
| HSV(B) | 305.58º | 0.93% | 0.18% | - |
| XYZ | 1.58 | 0.81 | 2.26 | - |
| YUV | 20.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 42 | 0 | 0.93 | 0.09 | 0.82 | 305.58 | 0.88 | 0.1 |
| Hex | 2E | 3 | 2A | 0 | 5D | 9 | 52 | 132 | 58 | A |
| Octal | 56 | 3 | 52 | 0 | 135 | 11 | 122 | 462 | 130 | 12 |
| Binary | 101110 | 11 | 101010 | 0 | 1011101 | 1001 | 1010010 | 100110010 | 1011000 | 1010 |
Color Harmonies of #2E032A
Complementary color
Monochromatic Colors of #2E032A
Black with #2E032A
Text Example
Text Example
White with #2E032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E032A; }
p { color: rgb(46,3,42); }
H1.HeaderClassName
{
color: #2E032A;
}
.AnyTagClassName
{
color: #2E032A;
}
</style>
background-color css
<style>
a { background-color: #2E032A; }
a { background-color: rgb(46,3,42); }
div.DivClassName
{
background-color: #2E032A;
}
.BgClassName
{
background-color: #2E032A;
}
</style>
border-color css
<style>
span { border-color: #2E032A; }
span { border-color: rgb(46,3,42); }
td.TdClassName
{
border-color: #2E032A;
}
.TagClassName
{
border-color: #2E032A;
}
</style>