Shades of Mardi Gras #2E0928
Tints of Mardi Gras #2E0928
RGB
CMYK
RGB Variations
Color information
#2E0928 (or 0x2E0928) is known color: Mardi Gras. HEX triplet: 2E, 09 and 28. RGB value is (46,9,40). Sum of RGB (Red+Green+Blue) = 46+9+40=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0928 is #D1F6D7. Grayscale: #171717. Windows color (decimal): -13760216 or 2623790. OLE color: 2623790.
HSL color Cylindrical-coordinate representation of color #2E0928: hue angle of 309.73º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E0928 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 9 | 40 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.82 |
| HSL | 309.73º | 0.67% | 0.11% | - |
| HSV(B) | 309.73º | 0.8% | 0.18% | - |
| XYZ | 1.61 | 0.93 | 2.1 | - |
| YUV | 23.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 40 | 0 | 0.80 | 0.13 | 0.82 | 309.73 | 0.67 | 0.11 |
| Hex | 2E | 9 | 28 | 0 | 50 | D | 52 | 136 | 43 | B |
| Octal | 56 | 11 | 50 | 0 | 120 | 15 | 122 | 466 | 103 | 13 |
| Binary | 101110 | 1001 | 101000 | 0 | 1010000 | 1101 | 1010010 | 100110110 | 1000011 | 1011 |
Color Harmonies of #2E0928
Complementary color
Monochromatic Colors of #2E0928
Black with #2E0928
Text Example
Text Example
White with #2E0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0928; }
p { color: rgb(46,9,40); }
H1.HeaderClassName
{
color: #2E0928;
}
.AnyTagClassName
{
color: #2E0928;
}
</style>
background-color css
<style>
a { background-color: #2E0928; }
a { background-color: rgb(46,9,40); }
div.DivClassName
{
background-color: #2E0928;
}
.BgClassName
{
background-color: #2E0928;
}
</style>
border-color css
<style>
span { border-color: #2E0928; }
span { border-color: rgb(46,9,40); }
td.TdClassName
{
border-color: #2E0928;
}
.TagClassName
{
border-color: #2E0928;
}
</style>