Shades of Mardi Gras #32022A
Tints of Mardi Gras #32022A
RGB
CMYK
RGB Variations
Color information
#32022A (or 0x32022A) is known color: Mardi Gras. HEX triplet: 32, 02 and 2A. RGB value is (50,2,42). Sum of RGB (Red+Green+Blue) = 50+2+42=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #32022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32022A is #CDFDD5. Grayscale: #141414. Windows color (decimal): -13499862 or 2753074. OLE color: 2753074.
HSL color Cylindrical-coordinate representation of color #32022A: hue angle of 310º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32022A is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 42 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.80 |
| HSL | 310º | 0.92% | 0.1% | - |
| HSV(B) | 310º | 0.96% | 0.2% | - |
| XYZ | 1.76 | 0.89 | 2.27 | - |
| YUV | 20.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 42 | 0 | 0.96 | 0.16 | 0.80 | 310 | 0.92 | 0.1 |
| Hex | 32 | 2 | 2A | 0 | 60 | 10 | 50 | 136 | 5C | A |
| Octal | 62 | 2 | 52 | 0 | 140 | 20 | 120 | 466 | 134 | 12 |
| Binary | 110010 | 10 | 101010 | 0 | 1100000 | 10000 | 1010000 | 100110110 | 1011100 | 1010 |
Color Harmonies of #32022A
Complementary color
Monochromatic Colors of #32022A
Black with #32022A
Text Example
Text Example
White with #32022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32022A; }
p { color: rgb(50,2,42); }
H1.HeaderClassName
{
color: #32022A;
}
.AnyTagClassName
{
color: #32022A;
}
</style>
background-color css
<style>
a { background-color: #32022A; }
a { background-color: rgb(50,2,42); }
div.DivClassName
{
background-color: #32022A;
}
.BgClassName
{
background-color: #32022A;
}
</style>
border-color css
<style>
span { border-color: #32022A; }
span { border-color: rgb(50,2,42); }
td.TdClassName
{
border-color: #32022A;
}
.TagClassName
{
border-color: #32022A;
}
</style>