Shades of Mardi Gras #32052F
Tints of Mardi Gras #32052F
RGB
CMYK
RGB Variations
Color information
#32052F (or 0x32052F) is known color: Mardi Gras. HEX triplet: 32, 05 and 2F. RGB value is (50,5,47). Sum of RGB (Red+Green+Blue) = 50+5+47=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #32052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32052F is #CDFAD0. Grayscale: #171717. Windows color (decimal): -13499089 or 3081522. OLE color: 3081522.
HSL color Cylindrical-coordinate representation of color #32052F: hue angle of 304º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32052F is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 47 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.80 |
| HSL | 304º | 0.82% | 0.11% | - |
| HSV(B) | 304º | 0.9% | 0.2% | - |
| XYZ | 1.88 | 0.99 | 2.78 | - |
| YUV | 23.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 47 | 0 | 0.90 | 0.06 | 0.80 | 304 | 0.82 | 0.11 |
| Hex | 32 | 5 | 2F | 0 | 5A | 6 | 50 | 130 | 52 | B |
| Octal | 62 | 5 | 57 | 0 | 132 | 6 | 120 | 460 | 122 | 13 |
| Binary | 110010 | 101 | 101111 | 0 | 1011010 | 110 | 1010000 | 100110000 | 1010010 | 1011 |
Color Harmonies of #32052F
Complementary color
Monochromatic Colors of #32052F
Black with #32052F
Text Example
Text Example
White with #32052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32052F; }
p { color: rgb(50,5,47); }
H1.HeaderClassName
{
color: #32052F;
}
.AnyTagClassName
{
color: #32052F;
}
</style>
background-color css
<style>
a { background-color: #32052F; }
a { background-color: rgb(50,5,47); }
div.DivClassName
{
background-color: #32052F;
}
.BgClassName
{
background-color: #32052F;
}
</style>
border-color css
<style>
span { border-color: #32052F; }
span { border-color: rgb(50,5,47); }
td.TdClassName
{
border-color: #32052F;
}
.TagClassName
{
border-color: #32052F;
}
</style>