Shades of Mardi Gras #2E0B2C
Tints of Mardi Gras #2E0B2C
RGB
CMYK
RGB Variations
Color information
#2E0B2C (or 0x2E0B2C) is known color: Mardi Gras. HEX triplet: 2E, 0B and 2C. RGB value is (46,11,44). Sum of RGB (Red+Green+Blue) = 46+11+44=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B2C is #D1F4D3. Grayscale: #191919. Windows color (decimal): -13759700 or 2886446. OLE color: 2886446.
HSL color Cylindrical-coordinate representation of color #2E0B2C: hue angle of 303.43º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E0B2C is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 11 | 44 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.82 |
| HSL | 303.43º | 0.61% | 0.11% | - |
| HSV(B) | 303.43º | 0.76% | 0.18% | - |
| XYZ | 1.7 | 1 | 2.49 | - |
| YUV | 25.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 44 | 0 | 0.76 | 0.04 | 0.82 | 303.43 | 0.61 | 0.11 |
| Hex | 2E | B | 2C | 0 | 4C | 4 | 52 | 12F | 3D | B |
| Octal | 56 | 13 | 54 | 0 | 114 | 4 | 122 | 457 | 75 | 13 |
| Binary | 101110 | 1011 | 101100 | 0 | 1001100 | 100 | 1010010 | 100101111 | 111101 | 1011 |
Color Harmonies of #2E0B2C
Complementary color
Monochromatic Colors of #2E0B2C
Black with #2E0B2C
Text Example
Text Example
White with #2E0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B2C; }
p { color: rgb(46,11,44); }
H1.HeaderClassName
{
color: #2E0B2C;
}
.AnyTagClassName
{
color: #2E0B2C;
}
</style>
background-color css
<style>
a { background-color: #2E0B2C; }
a { background-color: rgb(46,11,44); }
div.DivClassName
{
background-color: #2E0B2C;
}
.BgClassName
{
background-color: #2E0B2C;
}
</style>
border-color css
<style>
span { border-color: #2E0B2C; }
span { border-color: rgb(46,11,44); }
td.TdClassName
{
border-color: #2E0B2C;
}
.TagClassName
{
border-color: #2E0B2C;
}
</style>