Shades of Mardi Gras #32012A
Tints of Mardi Gras #32012A
RGB
CMYK
RGB Variations
Color information
#32012A (or 0x32012A) is known color: Mardi Gras. HEX triplet: 32, 01 and 2A. RGB value is (50,1,42). Sum of RGB (Red+Green+Blue) = 50+1+42=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #32012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32012A is #CDFED5. Grayscale: #141414. Windows color (decimal): -13500118 or 2752818. OLE color: 2752818.
HSL color Cylindrical-coordinate representation of color #32012A: hue angle of 309.8º 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 #32012A is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 42 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.80 |
| HSL | 309.8º | 0.96% | 0.1% | - |
| HSV(B) | 309.8º | 0.98% | 0.2% | - |
| XYZ | 1.74 | 0.87 | 2.27 | - |
| YUV | 20.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 42 | 0 | 0.98 | 0.16 | 0.80 | 309.8 | 0.96 | 0.1 |
| Hex | 32 | 1 | 2A | 0 | 62 | 10 | 50 | 136 | 60 | A |
| Octal | 62 | 1 | 52 | 0 | 142 | 20 | 120 | 466 | 140 | 12 |
| Binary | 110010 | 1 | 101010 | 0 | 1100010 | 10000 | 1010000 | 100110110 | 1100000 | 1010 |
Color Harmonies of #32012A
Complementary color
Monochromatic Colors of #32012A
Black with #32012A
Text Example
Text Example
White with #32012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32012A; }
p { color: rgb(50,1,42); }
H1.HeaderClassName
{
color: #32012A;
}
.AnyTagClassName
{
color: #32012A;
}
</style>
background-color css
<style>
a { background-color: #32012A; }
a { background-color: rgb(50,1,42); }
div.DivClassName
{
background-color: #32012A;
}
.BgClassName
{
background-color: #32012A;
}
</style>
border-color css
<style>
span { border-color: #32012A; }
span { border-color: rgb(50,1,42); }
td.TdClassName
{
border-color: #32012A;
}
.TagClassName
{
border-color: #32012A;
}
</style>