Shades of Mardi Gras #2E0227
Tints of Mardi Gras #2E0227
RGB
CMYK
RGB Variations
Color information
#2E0227 (or 0x2E0227) is known color: Mardi Gras. HEX triplet: 2E, 02 and 27. RGB value is (46,2,39). Sum of RGB (Red+Green+Blue) = 46+2+39=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0227 is #D1FDD8. Grayscale: #131313. Windows color (decimal): -13762009 or 2556462. OLE color: 2556462.
HSL color Cylindrical-coordinate representation of color #2E0227: hue angle of 309.55º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0227 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 39 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.82 |
| HSL | 309.55º | 0.92% | 0.09% | - |
| HSV(B) | 309.55º | 0.96% | 0.18% | - |
| XYZ | 1.51 | 0.77 | 1.99 | - |
| YUV | 19.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 39 | 0 | 0.96 | 0.15 | 0.82 | 309.55 | 0.92 | 0.09 |
| Hex | 2E | 2 | 27 | 0 | 60 | F | 52 | 136 | 5C | 9 |
| Octal | 56 | 2 | 47 | 0 | 140 | 17 | 122 | 466 | 134 | 11 |
| Binary | 101110 | 10 | 100111 | 0 | 1100000 | 1111 | 1010010 | 100110110 | 1011100 | 1001 |
Color Harmonies of #2E0227
Complementary color
Monochromatic Colors of #2E0227
Black with #2E0227
Text Example
Text Example
White with #2E0227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0227; }
p { color: rgb(46,2,39); }
H1.HeaderClassName
{
color: #2E0227;
}
.AnyTagClassName
{
color: #2E0227;
}
</style>
background-color css
<style>
a { background-color: #2E0227; }
a { background-color: rgb(46,2,39); }
div.DivClassName
{
background-color: #2E0227;
}
.BgClassName
{
background-color: #2E0227;
}
</style>
border-color css
<style>
span { border-color: #2E0227; }
span { border-color: rgb(46,2,39); }
td.TdClassName
{
border-color: #2E0227;
}
.TagClassName
{
border-color: #2E0227;
}
</style>