Shades of Mardi Gras #2C062F
Tints of Mardi Gras #2C062F
RGB
CMYK
RGB Variations
Color information
#2C062F (or 0x2C062F) is known color: Mardi Gras. HEX triplet: 2C, 06 and 2F. RGB value is (44,6,47). Sum of RGB (Red+Green+Blue) = 44+6+47=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C062F is #D3F9D0. Grayscale: #151515. Windows color (decimal): -13892049 or 3081772. OLE color: 3081772.
HSL color Cylindrical-coordinate representation of color #2C062F: hue angle of 295.61º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C062F is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 6 | 47 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.82 |
| HSL | 295.61º | 0.77% | 0.1% | - |
| HSV(B) | 295.61º | 0.87% | 0.18% | - |
| XYZ | 1.62 | 0.87 | 2.77 | - |
| YUV | 22.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 47 | 0.06 | 0.87 | 0 | 0.82 | 295.61 | 0.77 | 0.1 |
| Hex | 2C | 6 | 2F | 6 | 57 | 0 | 52 | 128 | 4D | A |
| Octal | 54 | 6 | 57 | 6 | 127 | 0 | 122 | 450 | 115 | 12 |
| Binary | 101100 | 110 | 101111 | 110 | 1010111 | 0 | 1010010 | 100101000 | 1001101 | 1010 |
Color Harmonies of #2C062F
Complementary color
Monochromatic Colors of #2C062F
Black with #2C062F
Text Example
Text Example
White with #2C062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C062F; }
p { color: rgb(44,6,47); }
H1.HeaderClassName
{
color: #2C062F;
}
.AnyTagClassName
{
color: #2C062F;
}
</style>
background-color css
<style>
a { background-color: #2C062F; }
a { background-color: rgb(44,6,47); }
div.DivClassName
{
background-color: #2C062F;
}
.BgClassName
{
background-color: #2C062F;
}
</style>
border-color css
<style>
span { border-color: #2C062F; }
span { border-color: rgb(44,6,47); }
td.TdClassName
{
border-color: #2C062F;
}
.TagClassName
{
border-color: #2C062F;
}
</style>