Shades of Mardi Gras #2E0C28
Tints of Mardi Gras #2E0C28
RGB
CMYK
RGB Variations
Color information
#2E0C28 (or 0x2E0C28) is known color: Mardi Gras. HEX triplet: 2E, 0C and 28. RGB value is (46,12,40). Sum of RGB (Red+Green+Blue) = 46+12+40=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C28 is #D1F3D7. Grayscale: #191919. Windows color (decimal): -13759448 or 2624558. OLE color: 2624558.
HSL color Cylindrical-coordinate representation of color #2E0C28: hue angle of 310.59º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E0C28 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 12 | 40 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.82 |
| HSL | 310.59º | 0.59% | 0.11% | - |
| HSV(B) | 310.59º | 0.74% | 0.18% | - |
| XYZ | 1.64 | 1 | 2.11 | - |
| YUV | 25.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 40 | 0 | 0.74 | 0.13 | 0.82 | 310.59 | 0.59 | 0.11 |
| Hex | 2E | C | 28 | 0 | 4A | D | 52 | 137 | 3B | B |
| Octal | 56 | 14 | 50 | 0 | 112 | 15 | 122 | 467 | 73 | 13 |
| Binary | 101110 | 1100 | 101000 | 0 | 1001010 | 1101 | 1010010 | 100110111 | 111011 | 1011 |
Color Harmonies of #2E0C28
Complementary color
Monochromatic Colors of #2E0C28
Black with #2E0C28
Text Example
Text Example
White with #2E0C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C28; }
p { color: rgb(46,12,40); }
H1.HeaderClassName
{
color: #2E0C28;
}
.AnyTagClassName
{
color: #2E0C28;
}
</style>
background-color css
<style>
a { background-color: #2E0C28; }
a { background-color: rgb(46,12,40); }
div.DivClassName
{
background-color: #2E0C28;
}
.BgClassName
{
background-color: #2E0C28;
}
</style>
border-color css
<style>
span { border-color: #2E0C28; }
span { border-color: rgb(46,12,40); }
td.TdClassName
{
border-color: #2E0C28;
}
.TagClassName
{
border-color: #2E0C28;
}
</style>