Shades of Mardi Gras #2C002F
Tints of Mardi Gras #2C002F
RGB
CMYK
RGB Variations
Color information
#2C002F (or 0x2C002F) is known color: Mardi Gras. HEX triplet: 2C, 00 and 2F. RGB value is (44,0,47). Sum of RGB (Red+Green+Blue) = 44+0+47=91 (12% of max value = 765). Red value is 44 (17.58% from 255 or 48.35% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C002F is #D3FFD0. Grayscale: #121212. Windows color (decimal): -13893585 or 3080236. OLE color: 3080236.
HSL color Cylindrical-coordinate representation of color #2C002F: hue angle of 296.17º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C002F is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 0 | 47 | - |
| CMYK | 0.06 | 1 | 0 | 0.82 |
| HSL | 296.17º | 1% | 0.09% | - |
| HSV(B) | 296.17º | 1% | 0.18% | - |
| XYZ | 1.55 | 0.74 | 2.75 | - |
| YUV | 18.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 47 | 0.06 | 1 | 0 | 0.82 | 296.17 | 1 | 0.09 |
| Hex | 2C | 0 | 2F | 6 | 64 | 0 | 52 | 128 | 64 | 9 |
| Octal | 54 | 0 | 57 | 6 | 144 | 0 | 122 | 450 | 144 | 11 |
| Binary | 101100 | 0 | 101111 | 110 | 1100100 | 0 | 1010010 | 100101000 | 1100100 | 1001 |
Color Harmonies of #2C002F
Complementary color
Monochromatic Colors of #2C002F
Black with #2C002F
Text Example
Text Example
White with #2C002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C002F; }
p { color: rgb(44,0,47); }
H1.HeaderClassName
{
color: #2C002F;
}
.AnyTagClassName
{
color: #2C002F;
}
</style>
background-color css
<style>
a { background-color: #2C002F; }
a { background-color: rgb(44,0,47); }
div.DivClassName
{
background-color: #2C002F;
}
.BgClassName
{
background-color: #2C002F;
}
</style>
border-color css
<style>
span { border-color: #2C002F; }
span { border-color: rgb(44,0,47); }
td.TdClassName
{
border-color: #2C002F;
}
.TagClassName
{
border-color: #2C002F;
}
</style>