Shades of Mardi Gras #320F2C
Tints of Mardi Gras #320F2C
RGB
CMYK
RGB Variations
Color information
#320F2C (or 0x320F2C) is known color: Mardi Gras. HEX triplet: 32, 0F and 2C. RGB value is (50,15,44). Sum of RGB (Red+Green+Blue) = 50+15+44=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #320F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F2C is #CDF0D3. Grayscale: #1C1C1C. Windows color (decimal): -13496532 or 2887474. OLE color: 2887474.
HSL color Cylindrical-coordinate representation of color #320F2C: hue angle of 310.29º 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 #320F2C is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 44 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.80 |
| HSL | 310.29º | 0.54% | 0.13% | - |
| HSV(B) | 310.29º | 0.7% | 0.2% | - |
| XYZ | 1.94 | 1.2 | 2.51 | - |
| YUV | 28.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 44 | 0 | 0.70 | 0.12 | 0.80 | 310.29 | 0.54 | 0.13 |
| Hex | 32 | F | 2C | 0 | 46 | C | 50 | 136 | 36 | D |
| Octal | 62 | 17 | 54 | 0 | 106 | 14 | 120 | 466 | 66 | 15 |
| Binary | 110010 | 1111 | 101100 | 0 | 1000110 | 1100 | 1010000 | 100110110 | 110110 | 1101 |
Color Harmonies of #320F2C
Complementary color
Monochromatic Colors of #320F2C
Black with #320F2C
Text Example
Text Example
White with #320F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F2C; }
p { color: rgb(50,15,44); }
H1.HeaderClassName
{
color: #320F2C;
}
.AnyTagClassName
{
color: #320F2C;
}
</style>
background-color css
<style>
a { background-color: #320F2C; }
a { background-color: rgb(50,15,44); }
div.DivClassName
{
background-color: #320F2C;
}
.BgClassName
{
background-color: #320F2C;
}
</style>
border-color css
<style>
span { border-color: #320F2C; }
span { border-color: rgb(50,15,44); }
td.TdClassName
{
border-color: #320F2C;
}
.TagClassName
{
border-color: #320F2C;
}
</style>