Shades of Mardi Gras #2C022E
Tints of Mardi Gras #2C022E
RGB
CMYK
RGB Variations
Color information
#2C022E (or 0x2C022E) is known color: Mardi Gras. HEX triplet: 2C, 02 and 2E. RGB value is (44,2,46). Sum of RGB (Red+Green+Blue) = 44+2+46=92 (12% of max value = 765). Red value is 44 (17.58% from 255 or 47.83% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C022E is #D3FDD1. Grayscale: #131313. Windows color (decimal): -13893074 or 3015212. OLE color: 3015212.
HSL color Cylindrical-coordinate representation of color #2C022E: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C022E is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 2 | 46 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.82 |
| HSL | 297.27º | 0.92% | 0.09% | - |
| HSV(B) | 297.27º | 0.96% | 0.18% | - |
| XYZ | 1.55 | 0.78 | 2.65 | - |
| YUV | 19.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 46 | 0.04 | 0.96 | 0 | 0.82 | 297.27 | 0.92 | 0.09 |
| Hex | 2C | 2 | 2E | 4 | 60 | 0 | 52 | 129 | 5C | 9 |
| Octal | 54 | 2 | 56 | 4 | 140 | 0 | 122 | 451 | 134 | 11 |
| Binary | 101100 | 10 | 101110 | 100 | 1100000 | 0 | 1010010 | 100101001 | 1011100 | 1001 |
Color Harmonies of #2C022E
Complementary color
Monochromatic Colors of #2C022E
Black with #2C022E
Text Example
Text Example
White with #2C022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C022E; }
p { color: rgb(44,2,46); }
H1.HeaderClassName
{
color: #2C022E;
}
.AnyTagClassName
{
color: #2C022E;
}
</style>
background-color css
<style>
a { background-color: #2C022E; }
a { background-color: rgb(44,2,46); }
div.DivClassName
{
background-color: #2C022E;
}
.BgClassName
{
background-color: #2C022E;
}
</style>
border-color css
<style>
span { border-color: #2C022E; }
span { border-color: rgb(44,2,46); }
td.TdClassName
{
border-color: #2C022E;
}
.TagClassName
{
border-color: #2C022E;
}
</style>