Shades of Mardi Gras #2E0630
Tints of Mardi Gras #2E0630
RGB
CMYK
RGB Variations
Color information
#2E0630 (or 0x2E0630) is known color: Mardi Gras. HEX triplet: 2E, 06 and 30. RGB value is (46,6,48). Sum of RGB (Red+Green+Blue) = 46+6+48=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E0630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0630 is #D1F9CF. Grayscale: #161616. Windows color (decimal): -13760976 or 3147310. OLE color: 3147310.
HSL color Cylindrical-coordinate representation of color #2E0630: hue angle of 297.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0630 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 6 | 48 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.81 |
| HSL | 297.14º | 0.78% | 0.11% | - |
| HSV(B) | 297.14º | 0.88% | 0.19% | - |
| XYZ | 1.73 | 0.92 | 2.88 | - |
| YUV | 22.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 48 | 0.04 | 0.87 | 0 | 0.81 | 297.14 | 0.78 | 0.11 |
| Hex | 2E | 6 | 30 | 4 | 57 | 0 | 51 | 129 | 4E | B |
| Octal | 56 | 6 | 60 | 4 | 127 | 0 | 121 | 451 | 116 | 13 |
| Binary | 101110 | 110 | 110000 | 100 | 1010111 | 0 | 1010001 | 100101001 | 1001110 | 1011 |
Color Harmonies of #2E0630
Complementary color
Monochromatic Colors of #2E0630
Black with #2E0630
Text Example
Text Example
White with #2E0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0630; }
p { color: rgb(46,6,48); }
H1.HeaderClassName
{
color: #2E0630;
}
.AnyTagClassName
{
color: #2E0630;
}
</style>
background-color css
<style>
a { background-color: #2E0630; }
a { background-color: rgb(46,6,48); }
div.DivClassName
{
background-color: #2E0630;
}
.BgClassName
{
background-color: #2E0630;
}
</style>
border-color css
<style>
span { border-color: #2E0630; }
span { border-color: rgb(46,6,48); }
td.TdClassName
{
border-color: #2E0630;
}
.TagClassName
{
border-color: #2E0630;
}
</style>