Shades of Mardi Gras #2E0D2C
Tints of Mardi Gras #2E0D2C
RGB
CMYK
RGB Variations
Color information
#2E0D2C (or 0x2E0D2C) is known color: Mardi Gras. HEX triplet: 2E, 0D and 2C. RGB value is (46,13,44). Sum of RGB (Red+Green+Blue) = 46+13+44=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D2C is #D1F2D3. Grayscale: #1A1A1A. Windows color (decimal): -13759188 or 2886958. OLE color: 2886958.
HSL color Cylindrical-coordinate representation of color #2E0D2C: hue angle of 303.64º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E0D2C is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 44 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.82 |
| HSL | 303.64º | 0.56% | 0.12% | - |
| HSV(B) | 303.64º | 0.72% | 0.18% | - |
| XYZ | 1.73 | 1.05 | 2.49 | - |
| YUV | 26.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 44 | 0 | 0.72 | 0.04 | 0.82 | 303.64 | 0.56 | 0.12 |
| Hex | 2E | D | 2C | 0 | 48 | 4 | 52 | 130 | 38 | C |
| Octal | 56 | 15 | 54 | 0 | 110 | 4 | 122 | 460 | 70 | 14 |
| Binary | 101110 | 1101 | 101100 | 0 | 1001000 | 100 | 1010010 | 100110000 | 111000 | 1100 |
Color Harmonies of #2E0D2C
Complementary color
Monochromatic Colors of #2E0D2C
Black with #2E0D2C
Text Example
Text Example
White with #2E0D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D2C; }
p { color: rgb(46,13,44); }
H1.HeaderClassName
{
color: #2E0D2C;
}
.AnyTagClassName
{
color: #2E0D2C;
}
</style>
background-color css
<style>
a { background-color: #2E0D2C; }
a { background-color: rgb(46,13,44); }
div.DivClassName
{
background-color: #2E0D2C;
}
.BgClassName
{
background-color: #2E0D2C;
}
</style>
border-color css
<style>
span { border-color: #2E0D2C; }
span { border-color: rgb(46,13,44); }
td.TdClassName
{
border-color: #2E0D2C;
}
.TagClassName
{
border-color: #2E0D2C;
}
</style>