Shades of Mardi Gras #2C052E
Tints of Mardi Gras #2C052E
RGB
CMYK
RGB Variations
Color information
#2C052E (or 0x2C052E) is known color: Mardi Gras. HEX triplet: 2C, 05 and 2E. RGB value is (44,5,46). Sum of RGB (Red+Green+Blue) = 44+5+46=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C052E is #D3FAD1. Grayscale: #151515. Windows color (decimal): -13892306 or 3015980. OLE color: 3015980.
HSL color Cylindrical-coordinate representation of color #2C052E: hue angle of 297.07º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C052E is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 5 | 46 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.82 |
| HSL | 297.07º | 0.8% | 0.1% | - |
| HSV(B) | 297.07º | 0.89% | 0.18% | - |
| XYZ | 1.59 | 0.84 | 2.66 | - |
| YUV | 21.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 46 | 0.04 | 0.89 | 0 | 0.82 | 297.07 | 0.8 | 0.1 |
| Hex | 2C | 5 | 2E | 4 | 59 | 0 | 52 | 129 | 50 | A |
| Octal | 54 | 5 | 56 | 4 | 131 | 0 | 122 | 451 | 120 | 12 |
| Binary | 101100 | 101 | 101110 | 100 | 1011001 | 0 | 1010010 | 100101001 | 1010000 | 1010 |
Color Harmonies of #2C052E
Complementary color
Monochromatic Colors of #2C052E
Black with #2C052E
Text Example
Text Example
White with #2C052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C052E; }
p { color: rgb(44,5,46); }
H1.HeaderClassName
{
color: #2C052E;
}
.AnyTagClassName
{
color: #2C052E;
}
</style>
background-color css
<style>
a { background-color: #2C052E; }
a { background-color: rgb(44,5,46); }
div.DivClassName
{
background-color: #2C052E;
}
.BgClassName
{
background-color: #2C052E;
}
</style>
border-color css
<style>
span { border-color: #2C052E; }
span { border-color: rgb(44,5,46); }
td.TdClassName
{
border-color: #2C052E;
}
.TagClassName
{
border-color: #2C052E;
}
</style>