Shades of Mardi Gras #320F32
Tints of Mardi Gras #320F32
RGB
CMYK
RGB Variations
Color information
#320F32 (or 0x320F32) is known color: Mardi Gras. HEX triplet: 32, 0F and 32. RGB value is (50,15,50). Sum of RGB (Red+Green+Blue) = 50+15+50=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #320F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F32 is #CDF0CD. Grayscale: #1D1D1D. Windows color (decimal): -13496526 or 3280690. OLE color: 3280690.
HSL color Cylindrical-coordinate representation of color #320F32: hue angle of 300º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F32 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 50 | - |
| CMYK | 0 | 0.70 | 0 | 0.80 |
| HSL | 300º | 0.54% | 0.13% | - |
| HSV(B) | 300º | 0.7% | 0.2% | - |
| XYZ | 2.06 | 1.25 | 3.15 | - |
| YUV | 29.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 50 | 0 | 0.70 | 0 | 0.80 | 300 | 0.54 | 0.13 |
| Hex | 32 | F | 32 | 0 | 46 | 0 | 50 | 12C | 36 | D |
| Octal | 62 | 17 | 62 | 0 | 106 | 0 | 120 | 454 | 66 | 15 |
| Binary | 110010 | 1111 | 110010 | 0 | 1000110 | 0 | 1010000 | 100101100 | 110110 | 1101 |
Color Harmonies of #320F32
Complementary color
Monochromatic Colors of #320F32
Black with #320F32
Text Example
Text Example
White with #320F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F32; }
p { color: rgb(50,15,50); }
H1.HeaderClassName
{
color: #320F32;
}
.AnyTagClassName
{
color: #320F32;
}
</style>
background-color css
<style>
a { background-color: #320F32; }
a { background-color: rgb(50,15,50); }
div.DivClassName
{
background-color: #320F32;
}
.BgClassName
{
background-color: #320F32;
}
</style>
border-color css
<style>
span { border-color: #320F32; }
span { border-color: rgb(50,15,50); }
td.TdClassName
{
border-color: #320F32;
}
.TagClassName
{
border-color: #320F32;
}
</style>