Shades of Mardi Gras #2E0827
Tints of Mardi Gras #2E0827
RGB
CMYK
RGB Variations
Color information
#2E0827 (or 0x2E0827) is known color: Mardi Gras. HEX triplet: 2E, 08 and 27. RGB value is (46,8,39). Sum of RGB (Red+Green+Blue) = 46+8+39=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0827 is #D1F7D8. Grayscale: #161616. Windows color (decimal): -13760473 or 2557998. OLE color: 2557998.
HSL color Cylindrical-coordinate representation of color #2E0827: hue angle of 311.05º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E0827 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 39 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.82 |
| HSL | 311.05º | 0.7% | 0.11% | - |
| HSV(B) | 311.05º | 0.83% | 0.18% | - |
| XYZ | 1.58 | 0.9 | 2.01 | - |
| YUV | 22.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 39 | 0 | 0.83 | 0.15 | 0.82 | 311.05 | 0.7 | 0.11 |
| Hex | 2E | 8 | 27 | 0 | 53 | F | 52 | 137 | 46 | B |
| Octal | 56 | 10 | 47 | 0 | 123 | 17 | 122 | 467 | 106 | 13 |
| Binary | 101110 | 1000 | 100111 | 0 | 1010011 | 1111 | 1010010 | 100110111 | 1000110 | 1011 |
Color Harmonies of #2E0827
Complementary color
Monochromatic Colors of #2E0827
Black with #2E0827
Text Example
Text Example
White with #2E0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0827; }
p { color: rgb(46,8,39); }
H1.HeaderClassName
{
color: #2E0827;
}
.AnyTagClassName
{
color: #2E0827;
}
</style>
background-color css
<style>
a { background-color: #2E0827; }
a { background-color: rgb(46,8,39); }
div.DivClassName
{
background-color: #2E0827;
}
.BgClassName
{
background-color: #2E0827;
}
</style>
border-color css
<style>
span { border-color: #2E0827; }
span { border-color: rgb(46,8,39); }
td.TdClassName
{
border-color: #2E0827;
}
.TagClassName
{
border-color: #2E0827;
}
</style>