Shades of Mardi Gras #320E2B
Tints of Mardi Gras #320E2B
RGB
CMYK
RGB Variations
Color information
#320E2B (or 0x320E2B) is known color: Mardi Gras. HEX triplet: 32, 0E and 2B. RGB value is (50,14,43). Sum of RGB (Red+Green+Blue) = 50+14+43=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #320E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E2B is #CDF1D4. Grayscale: #1B1B1B. Windows color (decimal): -13496789 or 2821682. OLE color: 2821682.
HSL color Cylindrical-coordinate representation of color #320E2B: hue angle of 311.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320E2B is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 43 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.80 |
| HSL | 311.67º | 0.56% | 0.13% | - |
| HSV(B) | 311.67º | 0.72% | 0.2% | - |
| XYZ | 1.91 | 1.17 | 2.41 | - |
| YUV | 28.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 43 | 0 | 0.72 | 0.14 | 0.80 | 311.67 | 0.56 | 0.13 |
| Hex | 32 | E | 2B | 0 | 48 | E | 50 | 138 | 38 | D |
| Octal | 62 | 16 | 53 | 0 | 110 | 16 | 120 | 470 | 70 | 15 |
| Binary | 110010 | 1110 | 101011 | 0 | 1001000 | 1110 | 1010000 | 100111000 | 111000 | 1101 |
Color Harmonies of #320E2B
Complementary color
Monochromatic Colors of #320E2B
Black with #320E2B
Text Example
Text Example
White with #320E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E2B; }
p { color: rgb(50,14,43); }
H1.HeaderClassName
{
color: #320E2B;
}
.AnyTagClassName
{
color: #320E2B;
}
</style>
background-color css
<style>
a { background-color: #320E2B; }
a { background-color: rgb(50,14,43); }
div.DivClassName
{
background-color: #320E2B;
}
.BgClassName
{
background-color: #320E2B;
}
</style>
border-color css
<style>
span { border-color: #320E2B; }
span { border-color: rgb(50,14,43); }
td.TdClassName
{
border-color: #320E2B;
}
.TagClassName
{
border-color: #320E2B;
}
</style>