Shades of Mardi Gras #32182F
Tints of Mardi Gras #32182F
RGB
CMYK
RGB Variations
Color information
#32182F (or 0x32182F) is known color: Mardi Gras. HEX triplet: 32, 18 and 2F. RGB value is (50,24,47). Sum of RGB (Red+Green+Blue) = 50+24+47=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #32182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32182F is #CDE7D0. Grayscale: #222222. Windows color (decimal): -13494225 or 3086386. OLE color: 3086386.
HSL color Cylindrical-coordinate representation of color #32182F: hue angle of 306.92º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32182F is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 47 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.80 |
| HSL | 306.92º | 0.35% | 0.15% | - |
| HSV(B) | 306.92º | 0.52% | 0.2% | - |
| XYZ | 2.16 | 1.54 | 2.87 | - |
| YUV | 34.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 47 | 0 | 0.52 | 0.06 | 0.80 | 306.92 | 0.35 | 0.15 |
| Hex | 32 | 18 | 2F | 0 | 34 | 6 | 50 | 133 | 23 | F |
| Octal | 62 | 30 | 57 | 0 | 64 | 6 | 120 | 463 | 43 | 17 |
| Binary | 110010 | 11000 | 101111 | 0 | 110100 | 110 | 1010000 | 100110011 | 100011 | 1111 |
Color Harmonies of #32182F
Complementary color
Monochromatic Colors of #32182F
Black with #32182F
Text Example
Text Example
White with #32182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32182F; }
p { color: rgb(50,24,47); }
H1.HeaderClassName
{
color: #32182F;
}
.AnyTagClassName
{
color: #32182F;
}
</style>
background-color css
<style>
a { background-color: #32182F; }
a { background-color: rgb(50,24,47); }
div.DivClassName
{
background-color: #32182F;
}
.BgClassName
{
background-color: #32182F;
}
</style>
border-color css
<style>
span { border-color: #32182F; }
span { border-color: rgb(50,24,47); }
td.TdClassName
{
border-color: #32182F;
}
.TagClassName
{
border-color: #32182F;
}
</style>