Shades of Mardi Gras #320F37
Tints of Mardi Gras #320F37
RGB
CMYK
RGB Variations
Color information
#320F37 (or 0x320F37) is known color: Mardi Gras. HEX triplet: 32, 0F and 37. RGB value is (50,15,55). Sum of RGB (Red+Green+Blue) = 50+15+55=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #320F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F37 is #CDF0C8. Grayscale: #1D1D1D. Windows color (decimal): -13496521 or 3608370. OLE color: 3608370.
HSL color Cylindrical-coordinate representation of color #320F37: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #320F37 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 15 | 55 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.78 |
| HSL | 292.5º | 0.57% | 0.14% | - |
| HSV(B) | 292.5º | 0.73% | 0.22% | - |
| XYZ | 2.18 | 1.3 | 3.75 | - |
| YUV | 30.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 55 | 0.09 | 0.73 | 0 | 0.78 | 292.5 | 0.57 | 0.14 |
| Hex | 32 | F | 37 | 9 | 49 | 0 | 4E | 124 | 39 | E |
| Octal | 62 | 17 | 67 | 11 | 111 | 0 | 116 | 444 | 71 | 16 |
| Binary | 110010 | 1111 | 110111 | 1001 | 1001001 | 0 | 1001110 | 100100100 | 111001 | 1110 |
Color Harmonies of #320F37
Complementary color
Monochromatic Colors of #320F37
Black with #320F37
Text Example
Text Example
White with #320F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F37; }
p { color: rgb(50,15,55); }
H1.HeaderClassName
{
color: #320F37;
}
.AnyTagClassName
{
color: #320F37;
}
</style>
background-color css
<style>
a { background-color: #320F37; }
a { background-color: rgb(50,15,55); }
div.DivClassName
{
background-color: #320F37;
}
.BgClassName
{
background-color: #320F37;
}
</style>
border-color css
<style>
span { border-color: #320F37; }
span { border-color: rgb(50,15,55); }
td.TdClassName
{
border-color: #320F37;
}
.TagClassName
{
border-color: #320F37;
}
</style>