Shades of Mardi Gras #320F36
Tints of Mardi Gras #320F36
RGB
CMYK
RGB Variations
Color information
#320F36 (or 0x320F36) is known color: Mardi Gras. HEX triplet: 32, 0F and 36. RGB value is (50,15,54). Sum of RGB (Red+Green+Blue) = 50+15+54=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #320F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F36 is #CDF0C9. Grayscale: #1D1D1D. Windows color (decimal): -13496522 or 3542834. OLE color: 3542834.
HSL color Cylindrical-coordinate representation of color #320F36: hue angle of 293.85º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320F36 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 15 | 54 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.79 |
| HSL | 293.85º | 0.57% | 0.14% | - |
| HSV(B) | 293.85º | 0.72% | 0.21% | - |
| XYZ | 2.15 | 1.29 | 3.62 | - |
| YUV | 29.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 54 | 0.07 | 0.72 | 0 | 0.79 | 293.85 | 0.57 | 0.14 |
| Hex | 32 | F | 36 | 7 | 48 | 0 | 4F | 126 | 39 | E |
| Octal | 62 | 17 | 66 | 7 | 110 | 0 | 117 | 446 | 71 | 16 |
| Binary | 110010 | 1111 | 110110 | 111 | 1001000 | 0 | 1001111 | 100100110 | 111001 | 1110 |
Color Harmonies of #320F36
Complementary color
Monochromatic Colors of #320F36
Black with #320F36
Text Example
Text Example
White with #320F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F36; }
p { color: rgb(50,15,54); }
H1.HeaderClassName
{
color: #320F36;
}
.AnyTagClassName
{
color: #320F36;
}
</style>
background-color css
<style>
a { background-color: #320F36; }
a { background-color: rgb(50,15,54); }
div.DivClassName
{
background-color: #320F36;
}
.BgClassName
{
background-color: #320F36;
}
</style>
border-color css
<style>
span { border-color: #320F36; }
span { border-color: rgb(50,15,54); }
td.TdClassName
{
border-color: #320F36;
}
.TagClassName
{
border-color: #320F36;
}
</style>