Shades of Mardi Gras #320C2C
Tints of Mardi Gras #320C2C
RGB
CMYK
RGB Variations
Color information
#320C2C (or 0x320C2C) is known color: Mardi Gras. HEX triplet: 32, 0C and 2C. RGB value is (50,12,44). Sum of RGB (Red+Green+Blue) = 50+12+44=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #320C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C2C is #CDF3D3. Grayscale: #1A1A1A. Windows color (decimal): -13497300 or 2886706. OLE color: 2886706.
HSL color Cylindrical-coordinate representation of color #320C2C: hue angle of 309.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C2C is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 44 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.80 |
| HSL | 309.47º | 0.61% | 0.12% | - |
| HSV(B) | 309.47º | 0.76% | 0.2% | - |
| XYZ | 1.9 | 1.12 | 2.5 | - |
| YUV | 27.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 44 | 0 | 0.76 | 0.12 | 0.80 | 309.47 | 0.61 | 0.12 |
| Hex | 32 | C | 2C | 0 | 4C | C | 50 | 135 | 3D | C |
| Octal | 62 | 14 | 54 | 0 | 114 | 14 | 120 | 465 | 75 | 14 |
| Binary | 110010 | 1100 | 101100 | 0 | 1001100 | 1100 | 1010000 | 100110101 | 111101 | 1100 |
Color Harmonies of #320C2C
Complementary color
Monochromatic Colors of #320C2C
Black with #320C2C
Text Example
Text Example
White with #320C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C2C; }
p { color: rgb(50,12,44); }
H1.HeaderClassName
{
color: #320C2C;
}
.AnyTagClassName
{
color: #320C2C;
}
</style>
background-color css
<style>
a { background-color: #320C2C; }
a { background-color: rgb(50,12,44); }
div.DivClassName
{
background-color: #320C2C;
}
.BgClassName
{
background-color: #320C2C;
}
</style>
border-color css
<style>
span { border-color: #320C2C; }
span { border-color: rgb(50,12,44); }
td.TdClassName
{
border-color: #320C2C;
}
.TagClassName
{
border-color: #320C2C;
}
</style>