Shades of Mardi Gras #2E0932
Tints of Mardi Gras #2E0932
RGB
CMYK
RGB Variations
Color information
#2E0932 (or 0x2E0932) is known color: Mardi Gras. HEX triplet: 2E, 09 and 32. RGB value is (46,9,50). Sum of RGB (Red+Green+Blue) = 46+9+50=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E0932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0932 is #D1F6CD. Grayscale: #181818. Windows color (decimal): -13760206 or 3279150. OLE color: 3279150.
HSL color Cylindrical-coordinate representation of color #2E0932: hue angle of 294.15º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E0932 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 9 | 50 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.80 |
| HSL | 294.15º | 0.69% | 0.12% | - |
| HSV(B) | 294.15º | 0.82% | 0.2% | - |
| XYZ | 1.8 | 1.01 | 3.12 | - |
| YUV | 24.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 50 | 0.08 | 0.82 | 0 | 0.80 | 294.15 | 0.69 | 0.12 |
| Hex | 2E | 9 | 32 | 8 | 52 | 0 | 50 | 126 | 45 | C |
| Octal | 56 | 11 | 62 | 10 | 122 | 0 | 120 | 446 | 105 | 14 |
| Binary | 101110 | 1001 | 110010 | 1000 | 1010010 | 0 | 1010000 | 100100110 | 1000101 | 1100 |
Color Harmonies of #2E0932
Complementary color
Monochromatic Colors of #2E0932
Black with #2E0932
Text Example
Text Example
White with #2E0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0932; }
p { color: rgb(46,9,50); }
H1.HeaderClassName
{
color: #2E0932;
}
.AnyTagClassName
{
color: #2E0932;
}
</style>
background-color css
<style>
a { background-color: #2E0932; }
a { background-color: rgb(46,9,50); }
div.DivClassName
{
background-color: #2E0932;
}
.BgClassName
{
background-color: #2E0932;
}
</style>
border-color css
<style>
span { border-color: #2E0932; }
span { border-color: rgb(46,9,50); }
td.TdClassName
{
border-color: #2E0932;
}
.TagClassName
{
border-color: #2E0932;
}
</style>