Shades of Mardi Gras #2E022F
Tints of Mardi Gras #2E022F
RGB
CMYK
RGB Variations
Color information
#2E022F (or 0x2E022F) is known color: Mardi Gras. HEX triplet: 2E, 02 and 2F. RGB value is (46,2,47). Sum of RGB (Red+Green+Blue) = 46+2+47=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E022F is #D1FDD0. Grayscale: #141414. Windows color (decimal): -13762001 or 3080750. OLE color: 3080750.
HSL color Cylindrical-coordinate representation of color #2E022F: hue angle of 298.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E022F is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 47 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.82 |
| HSL | 298.67º | 0.92% | 0.1% | - |
| HSV(B) | 298.67º | 0.96% | 0.18% | - |
| XYZ | 1.66 | 0.83 | 2.76 | - |
| YUV | 20.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 47 | 0.02 | 0.96 | 0 | 0.82 | 298.67 | 0.92 | 0.1 |
| Hex | 2E | 2 | 2F | 2 | 60 | 0 | 52 | 12B | 5C | A |
| Octal | 56 | 2 | 57 | 2 | 140 | 0 | 122 | 453 | 134 | 12 |
| Binary | 101110 | 10 | 101111 | 10 | 1100000 | 0 | 1010010 | 100101011 | 1011100 | 1010 |
Color Harmonies of #2E022F
Complementary color
Monochromatic Colors of #2E022F
Black with #2E022F
Text Example
Text Example
White with #2E022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E022F; }
p { color: rgb(46,2,47); }
H1.HeaderClassName
{
color: #2E022F;
}
.AnyTagClassName
{
color: #2E022F;
}
</style>
background-color css
<style>
a { background-color: #2E022F; }
a { background-color: rgb(46,2,47); }
div.DivClassName
{
background-color: #2E022F;
}
.BgClassName
{
background-color: #2E022F;
}
</style>
border-color css
<style>
span { border-color: #2E022F; }
span { border-color: rgb(46,2,47); }
td.TdClassName
{
border-color: #2E022F;
}
.TagClassName
{
border-color: #2E022F;
}
</style>