Shades of Mardi Gras #2E0D2A
Tints of Mardi Gras #2E0D2A
RGB
CMYK
RGB Variations
Color information
#2E0D2A (or 0x2E0D2A) is known color: Mardi Gras. HEX triplet: 2E, 0D and 2A. RGB value is (46,13,42). Sum of RGB (Red+Green+Blue) = 46+13+42=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D2A is #D1F2D5. Grayscale: #1A1A1A. Windows color (decimal): -13759190 or 2755886. OLE color: 2755886.
HSL color Cylindrical-coordinate representation of color #2E0D2A: hue angle of 307.27º 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 #2E0D2A is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 42 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.82 |
| HSL | 307.27º | 0.56% | 0.12% | - |
| HSV(B) | 307.27º | 0.72% | 0.18% | - |
| XYZ | 1.69 | 1.04 | 2.3 | - |
| YUV | 26.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 42 | 0 | 0.72 | 0.09 | 0.82 | 307.27 | 0.56 | 0.12 |
| Hex | 2E | D | 2A | 0 | 48 | 9 | 52 | 133 | 38 | C |
| Octal | 56 | 15 | 52 | 0 | 110 | 11 | 122 | 463 | 70 | 14 |
| Binary | 101110 | 1101 | 101010 | 0 | 1001000 | 1001 | 1010010 | 100110011 | 111000 | 1100 |
Color Harmonies of #2E0D2A
Complementary color
Monochromatic Colors of #2E0D2A
Black with #2E0D2A
Text Example
Text Example
White with #2E0D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D2A; }
p { color: rgb(46,13,42); }
H1.HeaderClassName
{
color: #2E0D2A;
}
.AnyTagClassName
{
color: #2E0D2A;
}
</style>
background-color css
<style>
a { background-color: #2E0D2A; }
a { background-color: rgb(46,13,42); }
div.DivClassName
{
background-color: #2E0D2A;
}
.BgClassName
{
background-color: #2E0D2A;
}
</style>
border-color css
<style>
span { border-color: #2E0D2A; }
span { border-color: rgb(46,13,42); }
td.TdClassName
{
border-color: #2E0D2A;
}
.TagClassName
{
border-color: #2E0D2A;
}
</style>