Shades of Mardi Gras #2E082B
Tints of Mardi Gras #2E082B
RGB
CMYK
RGB Variations
Color information
#2E082B (or 0x2E082B) is known color: Mardi Gras. HEX triplet: 2E, 08 and 2B. RGB value is (46,8,43). Sum of RGB (Red+Green+Blue) = 46+8+43=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E082B is #D1F7D4. Grayscale: #171717. Windows color (decimal): -13760469 or 2820142. OLE color: 2820142.
HSL color Cylindrical-coordinate representation of color #2E082B: hue angle of 304.74º 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 #2E082B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 43 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.82 |
| HSL | 304.74º | 0.7% | 0.11% | - |
| HSV(B) | 304.74º | 0.83% | 0.18% | - |
| XYZ | 1.65 | 0.93 | 2.38 | - |
| YUV | 23.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 43 | 0 | 0.83 | 0.07 | 0.82 | 304.74 | 0.7 | 0.11 |
| Hex | 2E | 8 | 2B | 0 | 53 | 7 | 52 | 131 | 46 | B |
| Octal | 56 | 10 | 53 | 0 | 123 | 7 | 122 | 461 | 106 | 13 |
| Binary | 101110 | 1000 | 101011 | 0 | 1010011 | 111 | 1010010 | 100110001 | 1000110 | 1011 |
Color Harmonies of #2E082B
Complementary color
Monochromatic Colors of #2E082B
Black with #2E082B
Text Example
Text Example
White with #2E082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E082B; }
p { color: rgb(46,8,43); }
H1.HeaderClassName
{
color: #2E082B;
}
.AnyTagClassName
{
color: #2E082B;
}
</style>
background-color css
<style>
a { background-color: #2E082B; }
a { background-color: rgb(46,8,43); }
div.DivClassName
{
background-color: #2E082B;
}
.BgClassName
{
background-color: #2E082B;
}
</style>
border-color css
<style>
span { border-color: #2E082B; }
span { border-color: rgb(46,8,43); }
td.TdClassName
{
border-color: #2E082B;
}
.TagClassName
{
border-color: #2E082B;
}
</style>