Shades of Mardi Gras #2E0228
Tints of Mardi Gras #2E0228
RGB
CMYK
RGB Variations
Color information
#2E0228 (or 0x2E0228) is known color: Mardi Gras. HEX triplet: 2E, 02 and 28. RGB value is (46,2,40). Sum of RGB (Red+Green+Blue) = 46+2+40=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0228 is #D1FDD7. Grayscale: #131313. Windows color (decimal): -13762008 or 2621998. OLE color: 2621998.
HSL color Cylindrical-coordinate representation of color #2E0228: hue angle of 308.18º 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 #2E0228 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 40 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.82 |
| HSL | 308.18º | 0.92% | 0.09% | - |
| HSV(B) | 308.18º | 0.96% | 0.18% | - |
| XYZ | 1.53 | 0.78 | 2.08 | - |
| YUV | 19.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 40 | 0 | 0.96 | 0.13 | 0.82 | 308.18 | 0.92 | 0.09 |
| Hex | 2E | 2 | 28 | 0 | 60 | D | 52 | 134 | 5C | 9 |
| Octal | 56 | 2 | 50 | 0 | 140 | 15 | 122 | 464 | 134 | 11 |
| Binary | 101110 | 10 | 101000 | 0 | 1100000 | 1101 | 1010010 | 100110100 | 1011100 | 1001 |
Color Harmonies of #2E0228
Complementary color
Monochromatic Colors of #2E0228
Black with #2E0228
Text Example
Text Example
White with #2E0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0228; }
p { color: rgb(46,2,40); }
H1.HeaderClassName
{
color: #2E0228;
}
.AnyTagClassName
{
color: #2E0228;
}
</style>
background-color css
<style>
a { background-color: #2E0228; }
a { background-color: rgb(46,2,40); }
div.DivClassName
{
background-color: #2E0228;
}
.BgClassName
{
background-color: #2E0228;
}
</style>
border-color css
<style>
span { border-color: #2E0228; }
span { border-color: rgb(46,2,40); }
td.TdClassName
{
border-color: #2E0228;
}
.TagClassName
{
border-color: #2E0228;
}
</style>