Shades of Mardi Gras #32012D
Tints of Mardi Gras #32012D
RGB
CMYK
RGB Variations
Color information
#32012D (or 0x32012D) is known color: Mardi Gras. HEX triplet: 32, 01 and 2D. RGB value is (50,1,45). Sum of RGB (Red+Green+Blue) = 50+1+45=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #32012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32012D is #CDFED2. Grayscale: #141414. Windows color (decimal): -13500115 or 2949426. OLE color: 2949426.
HSL color Cylindrical-coordinate representation of color #32012D: hue angle of 306.12º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32012D is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.80 |
| HSL | 306.12º | 0.96% | 0.1% | - |
| HSV(B) | 306.12º | 0.98% | 0.2% | - |
| XYZ | 1.8 | 0.89 | 2.56 | - |
| YUV | 20.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 45 | 0 | 0.98 | 0.10 | 0.80 | 306.12 | 0.96 | 0.1 |
| Hex | 32 | 1 | 2D | 0 | 62 | A | 50 | 132 | 60 | A |
| Octal | 62 | 1 | 55 | 0 | 142 | 12 | 120 | 462 | 140 | 12 |
| Binary | 110010 | 1 | 101101 | 0 | 1100010 | 1010 | 1010000 | 100110010 | 1100000 | 1010 |
Color Harmonies of #32012D
Complementary color
Monochromatic Colors of #32012D
Black with #32012D
Text Example
Text Example
White with #32012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32012D; }
p { color: rgb(50,1,45); }
H1.HeaderClassName
{
color: #32012D;
}
.AnyTagClassName
{
color: #32012D;
}
</style>
background-color css
<style>
a { background-color: #32012D; }
a { background-color: rgb(50,1,45); }
div.DivClassName
{
background-color: #32012D;
}
.BgClassName
{
background-color: #32012D;
}
</style>
border-color css
<style>
span { border-color: #32012D; }
span { border-color: rgb(50,1,45); }
td.TdClassName
{
border-color: #32012D;
}
.TagClassName
{
border-color: #32012D;
}
</style>