Shades of Mardi Gras #2C042B
Tints of Mardi Gras #2C042B
RGB
CMYK
RGB Variations
Color information
#2C042B (or 0x2C042B) is known color: Mardi Gras. HEX triplet: 2C, 04 and 2B. RGB value is (44,4,43). Sum of RGB (Red+Green+Blue) = 44+4+43=91 (12% of max value = 765). Red value is 44 (17.58% from 255 or 48.35% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 44 - color contains mainly: red. Hex color #2C042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C042B is #D3FBD4. Grayscale: #141414. Windows color (decimal): -13892565 or 2819116. OLE color: 2819116.
HSL color Cylindrical-coordinate representation of color #2C042B: hue angle of 301.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C042B is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 4 | 43 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.83 |
| HSL | 301.5º | 0.83% | 0.09% | - |
| HSV(B) | 301.5º | 0.91% | 0.17% | - |
| XYZ | 1.52 | 0.8 | 2.36 | - |
| YUV | 20.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 43 | 0 | 0.91 | 0.02 | 0.83 | 301.5 | 0.83 | 0.09 |
| Hex | 2C | 4 | 2B | 0 | 5B | 2 | 53 | 12E | 53 | 9 |
| Octal | 54 | 4 | 53 | 0 | 133 | 2 | 123 | 456 | 123 | 11 |
| Binary | 101100 | 100 | 101011 | 0 | 1011011 | 10 | 1010011 | 100101110 | 1010011 | 1001 |
Color Harmonies of #2C042B
Complementary color
Monochromatic Colors of #2C042B
Black with #2C042B
Text Example
Text Example
White with #2C042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C042B; }
p { color: rgb(44,4,43); }
H1.HeaderClassName
{
color: #2C042B;
}
.AnyTagClassName
{
color: #2C042B;
}
</style>
background-color css
<style>
a { background-color: #2C042B; }
a { background-color: rgb(44,4,43); }
div.DivClassName
{
background-color: #2C042B;
}
.BgClassName
{
background-color: #2C042B;
}
</style>
border-color css
<style>
span { border-color: #2C042B; }
span { border-color: rgb(44,4,43); }
td.TdClassName
{
border-color: #2C042B;
}
.TagClassName
{
border-color: #2C042B;
}
</style>