Shades of Mardi Gras #2E032F
Tints of Mardi Gras #2E032F
RGB
CMYK
RGB Variations
Color information
#2E032F (or 0x2E032F) is known color: Mardi Gras. HEX triplet: 2E, 03 and 2F. RGB value is (46,3,47). Sum of RGB (Red+Green+Blue) = 46+3+47=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E032F is #D1FCD0. Grayscale: #141414. Windows color (decimal): -13761745 or 3081006. OLE color: 3081006.
HSL color Cylindrical-coordinate representation of color #2E032F: hue angle of 298.64º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E032F is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 3 | 47 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.82 |
| HSL | 298.64º | 0.88% | 0.1% | - |
| HSV(B) | 298.64º | 0.94% | 0.18% | - |
| XYZ | 1.67 | 0.85 | 2.77 | - |
| YUV | 20.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 47 | 0.02 | 0.94 | 0 | 0.82 | 298.64 | 0.88 | 0.1 |
| Hex | 2E | 3 | 2F | 2 | 5E | 0 | 52 | 12B | 58 | A |
| Octal | 56 | 3 | 57 | 2 | 136 | 0 | 122 | 453 | 130 | 12 |
| Binary | 101110 | 11 | 101111 | 10 | 1011110 | 0 | 1010010 | 100101011 | 1011000 | 1010 |
Color Harmonies of #2E032F
Complementary color
Monochromatic Colors of #2E032F
Black with #2E032F
Text Example
Text Example
White with #2E032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E032F; }
p { color: rgb(46,3,47); }
H1.HeaderClassName
{
color: #2E032F;
}
.AnyTagClassName
{
color: #2E032F;
}
</style>
background-color css
<style>
a { background-color: #2E032F; }
a { background-color: rgb(46,3,47); }
div.DivClassName
{
background-color: #2E032F;
}
.BgClassName
{
background-color: #2E032F;
}
</style>
border-color css
<style>
span { border-color: #2E032F; }
span { border-color: rgb(46,3,47); }
td.TdClassName
{
border-color: #2E032F;
}
.TagClassName
{
border-color: #2E032F;
}
</style>