Shades of Mardi Gras #2C052D
Tints of Mardi Gras #2C052D
RGB
CMYK
RGB Variations
Color information
#2C052D (or 0x2C052D) is known color: Mardi Gras. HEX triplet: 2C, 05 and 2D. RGB value is (44,5,45). Sum of RGB (Red+Green+Blue) = 44+5+45=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C052D is #D3FAD2. Grayscale: #151515. Windows color (decimal): -13892307 or 2950444. OLE color: 2950444.
HSL color Cylindrical-coordinate representation of color #2C052D: hue angle of 298.5º 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 #2C052D is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 5 | 45 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.82 |
| HSL | 298.5º | 0.8% | 0.1% | - |
| HSV(B) | 298.5º | 0.89% | 0.18% | - |
| XYZ | 1.57 | 0.83 | 2.56 | - |
| YUV | 21.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 45 | 0.02 | 0.89 | 0 | 0.82 | 298.5 | 0.8 | 0.1 |
| Hex | 2C | 5 | 2D | 2 | 59 | 0 | 52 | 12A | 50 | A |
| Octal | 54 | 5 | 55 | 2 | 131 | 0 | 122 | 452 | 120 | 12 |
| Binary | 101100 | 101 | 101101 | 10 | 1011001 | 0 | 1010010 | 100101010 | 1010000 | 1010 |
Color Harmonies of #2C052D
Complementary color
Monochromatic Colors of #2C052D
Black with #2C052D
Text Example
Text Example
White with #2C052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C052D; }
p { color: rgb(44,5,45); }
H1.HeaderClassName
{
color: #2C052D;
}
.AnyTagClassName
{
color: #2C052D;
}
</style>
background-color css
<style>
a { background-color: #2C052D; }
a { background-color: rgb(44,5,45); }
div.DivClassName
{
background-color: #2C052D;
}
.BgClassName
{
background-color: #2C052D;
}
</style>
border-color css
<style>
span { border-color: #2C052D; }
span { border-color: rgb(44,5,45); }
td.TdClassName
{
border-color: #2C052D;
}
.TagClassName
{
border-color: #2C052D;
}
</style>