Shades of Mardi Gras #2E012F
Tints of Mardi Gras #2E012F
RGB
CMYK
RGB Variations
Color information
#2E012F (or 0x2E012F) is known color: Mardi Gras. HEX triplet: 2E, 01 and 2F. RGB value is (46,1,47). Sum of RGB (Red+Green+Blue) = 46+1+47=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E012F is #D1FED0. Grayscale: #131313. Windows color (decimal): -13762257 or 3080494. OLE color: 3080494.
HSL color Cylindrical-coordinate representation of color #2E012F: hue angle of 298.7º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E012F is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 1 | 47 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.82 |
| HSL | 298.7º | 0.96% | 0.09% | - |
| HSV(B) | 298.7º | 0.98% | 0.18% | - |
| XYZ | 1.65 | 0.81 | 2.76 | - |
| YUV | 19.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 47 | 0.02 | 0.98 | 0 | 0.82 | 298.7 | 0.96 | 0.09 |
| Hex | 2E | 1 | 2F | 2 | 62 | 0 | 52 | 12B | 60 | 9 |
| Octal | 56 | 1 | 57 | 2 | 142 | 0 | 122 | 453 | 140 | 11 |
| Binary | 101110 | 1 | 101111 | 10 | 1100010 | 0 | 1010010 | 100101011 | 1100000 | 1001 |
Color Harmonies of #2E012F
Complementary color
Monochromatic Colors of #2E012F
Black with #2E012F
Text Example
Text Example
White with #2E012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E012F; }
p { color: rgb(46,1,47); }
H1.HeaderClassName
{
color: #2E012F;
}
.AnyTagClassName
{
color: #2E012F;
}
</style>
background-color css
<style>
a { background-color: #2E012F; }
a { background-color: rgb(46,1,47); }
div.DivClassName
{
background-color: #2E012F;
}
.BgClassName
{
background-color: #2E012F;
}
</style>
border-color css
<style>
span { border-color: #2E012F; }
span { border-color: rgb(46,1,47); }
td.TdClassName
{
border-color: #2E012F;
}
.TagClassName
{
border-color: #2E012F;
}
</style>