Shades of Mardi Gras #2E0B30
Tints of Mardi Gras #2E0B30
RGB
CMYK
RGB Variations
Color information
#2E0B30 (or 0x2E0B30) is known color: Mardi Gras. HEX triplet: 2E, 0B and 30. RGB value is (46,11,48). Sum of RGB (Red+Green+Blue) = 46+11+48=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E0B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B30 is #D1F4CF. Grayscale: #191919. Windows color (decimal): -13759696 or 3148590. OLE color: 3148590.
HSL color Cylindrical-coordinate representation of color #2E0B30: hue angle of 296.76º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E0B30 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 11 | 48 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.81 |
| HSL | 296.76º | 0.63% | 0.12% | - |
| HSV(B) | 296.76º | 0.77% | 0.19% | - |
| XYZ | 1.78 | 1.03 | 2.9 | - |
| YUV | 25.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 48 | 0.04 | 0.77 | 0 | 0.81 | 296.76 | 0.63 | 0.12 |
| Hex | 2E | B | 30 | 4 | 4D | 0 | 51 | 129 | 3F | C |
| Octal | 56 | 13 | 60 | 4 | 115 | 0 | 121 | 451 | 77 | 14 |
| Binary | 101110 | 1011 | 110000 | 100 | 1001101 | 0 | 1010001 | 100101001 | 111111 | 1100 |
Color Harmonies of #2E0B30
Complementary color
Monochromatic Colors of #2E0B30
Black with #2E0B30
Text Example
Text Example
White with #2E0B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B30; }
p { color: rgb(46,11,48); }
H1.HeaderClassName
{
color: #2E0B30;
}
.AnyTagClassName
{
color: #2E0B30;
}
</style>
background-color css
<style>
a { background-color: #2E0B30; }
a { background-color: rgb(46,11,48); }
div.DivClassName
{
background-color: #2E0B30;
}
.BgClassName
{
background-color: #2E0B30;
}
</style>
border-color css
<style>
span { border-color: #2E0B30; }
span { border-color: rgb(46,11,48); }
td.TdClassName
{
border-color: #2E0B30;
}
.TagClassName
{
border-color: #2E0B30;
}
</style>