Shades of Mardi Gras #2E0226
Tints of Mardi Gras #2E0226
RGB
CMYK
RGB Variations
Color information
#2E0226 (or 0x2E0226) is known color: Mardi Gras. HEX triplet: 2E, 02 and 26. RGB value is (46,2,38). Sum of RGB (Red+Green+Blue) = 46+2+38=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0226 is #D1FDD9. Grayscale: #131313. Windows color (decimal): -13762010 or 2490926. OLE color: 2490926.
HSL color Cylindrical-coordinate representation of color #2E0226: hue angle of 310.91º 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 #2E0226 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 38 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.82 |
| HSL | 310.91º | 0.92% | 0.09% | - |
| HSV(B) | 310.91º | 0.96% | 0.18% | - |
| XYZ | 1.5 | 0.76 | 1.9 | - |
| YUV | 19.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 38 | 0 | 0.96 | 0.17 | 0.82 | 310.91 | 0.92 | 0.09 |
| Hex | 2E | 2 | 26 | 0 | 60 | 11 | 52 | 137 | 5C | 9 |
| Octal | 56 | 2 | 46 | 0 | 140 | 21 | 122 | 467 | 134 | 11 |
| Binary | 101110 | 10 | 100110 | 0 | 1100000 | 10001 | 1010010 | 100110111 | 1011100 | 1001 |
Color Harmonies of #2E0226
Complementary color
Monochromatic Colors of #2E0226
Black with #2E0226
Text Example
Text Example
White with #2E0226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0226; }
p { color: rgb(46,2,38); }
H1.HeaderClassName
{
color: #2E0226;
}
.AnyTagClassName
{
color: #2E0226;
}
</style>
background-color css
<style>
a { background-color: #2E0226; }
a { background-color: rgb(46,2,38); }
div.DivClassName
{
background-color: #2E0226;
}
.BgClassName
{
background-color: #2E0226;
}
</style>
border-color css
<style>
span { border-color: #2E0226; }
span { border-color: rgb(46,2,38); }
td.TdClassName
{
border-color: #2E0226;
}
.TagClassName
{
border-color: #2E0226;
}
</style>