Shades of Mardi Gras #2E0F30
Tints of Mardi Gras #2E0F30
RGB
CMYK
RGB Variations
Color information
#2E0F30 (or 0x2E0F30) is known color: Mardi Gras. HEX triplet: 2E, 0F and 30. RGB value is (46,15,48). Sum of RGB (Red+Green+Blue) = 46+15+48=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F30 is #D1F0CF. Grayscale: #1B1B1B. Windows color (decimal): -13758672 or 3149614. OLE color: 3149614.
HSL color Cylindrical-coordinate representation of color #2E0F30: hue angle of 296.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E0F30 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 15 | 48 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.81 |
| HSL | 296.36º | 0.52% | 0.12% | - |
| HSV(B) | 296.36º | 0.69% | 0.19% | - |
| XYZ | 1.83 | 1.14 | 2.92 | - |
| YUV | 28.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 48 | 0.04 | 0.69 | 0 | 0.81 | 296.36 | 0.52 | 0.12 |
| Hex | 2E | F | 30 | 4 | 45 | 0 | 51 | 128 | 34 | C |
| Octal | 56 | 17 | 60 | 4 | 105 | 0 | 121 | 450 | 64 | 14 |
| Binary | 101110 | 1111 | 110000 | 100 | 1000101 | 0 | 1010001 | 100101000 | 110100 | 1100 |
Color Harmonies of #2E0F30
Complementary color
Monochromatic Colors of #2E0F30
Black with #2E0F30
Text Example
Text Example
White with #2E0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0F30; }
p { color: rgb(46,15,48); }
H1.HeaderClassName
{
color: #2E0F30;
}
.AnyTagClassName
{
color: #2E0F30;
}
</style>
background-color css
<style>
a { background-color: #2E0F30; }
a { background-color: rgb(46,15,48); }
div.DivClassName
{
background-color: #2E0F30;
}
.BgClassName
{
background-color: #2E0F30;
}
</style>
border-color css
<style>
span { border-color: #2E0F30; }
span { border-color: rgb(46,15,48); }
td.TdClassName
{
border-color: #2E0F30;
}
.TagClassName
{
border-color: #2E0F30;
}
</style>