Shades of Mardi Gras #320F2D
Tints of Mardi Gras #320F2D
RGB
CMYK
RGB Variations
Color information
#320F2D (or 0x320F2D) is known color: Mardi Gras. HEX triplet: 32, 0F and 2D. RGB value is (50,15,45). Sum of RGB (Red+Green+Blue) = 50+15+45=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #320F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F2D is #CDF0D2. Grayscale: #1C1C1C. Windows color (decimal): -13496531 or 2953010. OLE color: 2953010.
HSL color Cylindrical-coordinate representation of color #320F2D: hue angle of 308.57º 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 #320F2D is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 45 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.80 |
| HSL | 308.57º | 0.54% | 0.13% | - |
| HSV(B) | 308.57º | 0.7% | 0.2% | - |
| XYZ | 1.96 | 1.21 | 2.61 | - |
| YUV | 28.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 45 | 0 | 0.70 | 0.10 | 0.80 | 308.57 | 0.54 | 0.13 |
| Hex | 32 | F | 2D | 0 | 46 | A | 50 | 135 | 36 | D |
| Octal | 62 | 17 | 55 | 0 | 106 | 12 | 120 | 465 | 66 | 15 |
| Binary | 110010 | 1111 | 101101 | 0 | 1000110 | 1010 | 1010000 | 100110101 | 110110 | 1101 |
Color Harmonies of #320F2D
Complementary color
Monochromatic Colors of #320F2D
Black with #320F2D
Text Example
Text Example
White with #320F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F2D; }
p { color: rgb(50,15,45); }
H1.HeaderClassName
{
color: #320F2D;
}
.AnyTagClassName
{
color: #320F2D;
}
</style>
background-color css
<style>
a { background-color: #320F2D; }
a { background-color: rgb(50,15,45); }
div.DivClassName
{
background-color: #320F2D;
}
.BgClassName
{
background-color: #320F2D;
}
</style>
border-color css
<style>
span { border-color: #320F2D; }
span { border-color: rgb(50,15,45); }
td.TdClassName
{
border-color: #320F2D;
}
.TagClassName
{
border-color: #320F2D;
}
</style>