Shades of Mardi Gras #2C032A
Tints of Mardi Gras #2C032A
RGB
CMYK
RGB Variations
Color information
#2C032A (or 0x2C032A) is known color: Mardi Gras. HEX triplet: 2C, 03 and 2A. RGB value is (44,3,42). Sum of RGB (Red+Green+Blue) = 44+3+42=89 (11% of max value = 765). Red value is 44 (17.58% from 255 or 49.44% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 44 - color contains mainly: red. Hex color #2C032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C032A is #D3FCD5. Grayscale: #131313. Windows color (decimal): -13892822 or 2753324. OLE color: 2753324.
HSL color Cylindrical-coordinate representation of color #2C032A: hue angle of 302.93º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C032A is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 3 | 42 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.83 |
| HSL | 302.93º | 0.87% | 0.09% | - |
| HSV(B) | 302.93º | 0.93% | 0.17% | - |
| XYZ | 1.49 | 0.77 | 2.26 | - |
| YUV | 19.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 42 | 0 | 0.93 | 0.05 | 0.83 | 302.93 | 0.87 | 0.09 |
| Hex | 2C | 3 | 2A | 0 | 5D | 5 | 53 | 12F | 57 | 9 |
| Octal | 54 | 3 | 52 | 0 | 135 | 5 | 123 | 457 | 127 | 11 |
| Binary | 101100 | 11 | 101010 | 0 | 1011101 | 101 | 1010011 | 100101111 | 1010111 | 1001 |
Color Harmonies of #2C032A
Complementary color
Monochromatic Colors of #2C032A
Black with #2C032A
Text Example
Text Example
White with #2C032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C032A; }
p { color: rgb(44,3,42); }
H1.HeaderClassName
{
color: #2C032A;
}
.AnyTagClassName
{
color: #2C032A;
}
</style>
background-color css
<style>
a { background-color: #2C032A; }
a { background-color: rgb(44,3,42); }
div.DivClassName
{
background-color: #2C032A;
}
.BgClassName
{
background-color: #2C032A;
}
</style>
border-color css
<style>
span { border-color: #2C032A; }
span { border-color: rgb(44,3,42); }
td.TdClassName
{
border-color: #2C032A;
}
.TagClassName
{
border-color: #2C032A;
}
</style>