Shades of Mardi Gras #32012F
Tints of Mardi Gras #32012F
RGB
CMYK
RGB Variations
Color information
#32012F (or 0x32012F) is known color: Mardi Gras. HEX triplet: 32, 01 and 2F. RGB value is (50,1,47). Sum of RGB (Red+Green+Blue) = 50+1+47=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #32012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32012F is #CDFED0. Grayscale: #141414. Windows color (decimal): -13500113 or 3080498. OLE color: 3080498.
HSL color Cylindrical-coordinate representation of color #32012F: hue angle of 303.67º 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 #32012F is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 47 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.80 |
| HSL | 303.67º | 0.96% | 0.1% | - |
| HSV(B) | 303.67º | 0.98% | 0.2% | - |
| XYZ | 1.84 | 0.91 | 2.77 | - |
| YUV | 20.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 47 | 0 | 0.98 | 0.06 | 0.80 | 303.67 | 0.96 | 0.1 |
| Hex | 32 | 1 | 2F | 0 | 62 | 6 | 50 | 130 | 60 | A |
| Octal | 62 | 1 | 57 | 0 | 142 | 6 | 120 | 460 | 140 | 12 |
| Binary | 110010 | 1 | 101111 | 0 | 1100010 | 110 | 1010000 | 100110000 | 1100000 | 1010 |
Color Harmonies of #32012F
Complementary color
Monochromatic Colors of #32012F
Black with #32012F
Text Example
Text Example
White with #32012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32012F; }
p { color: rgb(50,1,47); }
H1.HeaderClassName
{
color: #32012F;
}
.AnyTagClassName
{
color: #32012F;
}
</style>
background-color css
<style>
a { background-color: #32012F; }
a { background-color: rgb(50,1,47); }
div.DivClassName
{
background-color: #32012F;
}
.BgClassName
{
background-color: #32012F;
}
</style>
border-color css
<style>
span { border-color: #32012F; }
span { border-color: rgb(50,1,47); }
td.TdClassName
{
border-color: #32012F;
}
.TagClassName
{
border-color: #32012F;
}
</style>