Shades of Mardi Gras #2C062C
Tints of Mardi Gras #2C062C
RGB
CMYK
RGB Variations
Color information
#2C062C (or 0x2C062C) is known color: Mardi Gras. HEX triplet: 2C, 06 and 2C. RGB value is (44,6,44). Sum of RGB (Red+Green+Blue) = 44+6+44=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C062C is #D3F9D3. Grayscale: #151515. Windows color (decimal): -13892052 or 2885164. OLE color: 2885164.
HSL color Cylindrical-coordinate representation of color #2C062C: hue angle of 300º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C062C is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 6 | 44 | - |
| CMYK | 0 | 0.86 | 0 | 0.83 |
| HSL | 300º | 0.76% | 0.1% | - |
| HSV(B) | 300º | 0.86% | 0.17% | - |
| XYZ | 1.56 | 0.85 | 2.46 | - |
| YUV | 21.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 44 | 0 | 0.86 | 0 | 0.83 | 300 | 0.76 | 0.1 |
| Hex | 2C | 6 | 2C | 0 | 56 | 0 | 53 | 12C | 4C | A |
| Octal | 54 | 6 | 54 | 0 | 126 | 0 | 123 | 454 | 114 | 12 |
| Binary | 101100 | 110 | 101100 | 0 | 1010110 | 0 | 1010011 | 100101100 | 1001100 | 1010 |
Color Harmonies of #2C062C
Complementary color
Monochromatic Colors of #2C062C
Black with #2C062C
Text Example
Text Example
White with #2C062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C062C; }
p { color: rgb(44,6,44); }
H1.HeaderClassName
{
color: #2C062C;
}
.AnyTagClassName
{
color: #2C062C;
}
</style>
background-color css
<style>
a { background-color: #2C062C; }
a { background-color: rgb(44,6,44); }
div.DivClassName
{
background-color: #2C062C;
}
.BgClassName
{
background-color: #2C062C;
}
</style>
border-color css
<style>
span { border-color: #2C062C; }
span { border-color: rgb(44,6,44); }
td.TdClassName
{
border-color: #2C062C;
}
.TagClassName
{
border-color: #2C062C;
}
</style>