Shades of Mardi Gras #320D2E
Tints of Mardi Gras #320D2E
RGB
CMYK
RGB Variations
Color information
#320D2E (or 0x320D2E) is known color: Mardi Gras. HEX triplet: 32, 0D and 2E. RGB value is (50,13,46). Sum of RGB (Red+Green+Blue) = 50+13+46=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #320D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D2E is #CDF2D1. Grayscale: #1B1B1B. Windows color (decimal): -13497042 or 3018034. OLE color: 3018034.
HSL color Cylindrical-coordinate representation of color #320D2E: hue angle of 306.49º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D2E is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 46 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.80 |
| HSL | 306.49º | 0.59% | 0.12% | - |
| HSV(B) | 306.49º | 0.74% | 0.2% | - |
| XYZ | 1.95 | 1.16 | 2.71 | - |
| YUV | 27.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 46 | 0 | 0.74 | 0.08 | 0.80 | 306.49 | 0.59 | 0.12 |
| Hex | 32 | D | 2E | 0 | 4A | 8 | 50 | 132 | 3B | C |
| Octal | 62 | 15 | 56 | 0 | 112 | 10 | 120 | 462 | 73 | 14 |
| Binary | 110010 | 1101 | 101110 | 0 | 1001010 | 1000 | 1010000 | 100110010 | 111011 | 1100 |
Color Harmonies of #320D2E
Complementary color
Monochromatic Colors of #320D2E
Black with #320D2E
Text Example
Text Example
White with #320D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D2E; }
p { color: rgb(50,13,46); }
H1.HeaderClassName
{
color: #320D2E;
}
.AnyTagClassName
{
color: #320D2E;
}
</style>
background-color css
<style>
a { background-color: #320D2E; }
a { background-color: rgb(50,13,46); }
div.DivClassName
{
background-color: #320D2E;
}
.BgClassName
{
background-color: #320D2E;
}
</style>
border-color css
<style>
span { border-color: #320D2E; }
span { border-color: rgb(50,13,46); }
td.TdClassName
{
border-color: #320D2E;
}
.TagClassName
{
border-color: #320D2E;
}
</style>