Shades of Mardi Gras #320A2B
Tints of Mardi Gras #320A2B
RGB
CMYK
RGB Variations
Color information
#320A2B (or 0x320A2B) is known color: Mardi Gras. HEX triplet: 32, 0A and 2B. RGB value is (50,10,43). Sum of RGB (Red+Green+Blue) = 50+10+43=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #320A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A2B is #CDF5D4. Grayscale: #191919. Windows color (decimal): -13497813 or 2820658. OLE color: 2820658.
HSL color Cylindrical-coordinate representation of color #320A2B: hue angle of 310.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320A2B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 43 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.80 |
| HSL | 310.5º | 0.67% | 0.12% | - |
| HSV(B) | 310.5º | 0.8% | 0.2% | - |
| XYZ | 1.86 | 1.07 | 2.39 | - |
| YUV | 25.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 43 | 0 | 0.80 | 0.14 | 0.80 | 310.5 | 0.67 | 0.12 |
| Hex | 32 | A | 2B | 0 | 50 | E | 50 | 136 | 43 | C |
| Octal | 62 | 12 | 53 | 0 | 120 | 16 | 120 | 466 | 103 | 14 |
| Binary | 110010 | 1010 | 101011 | 0 | 1010000 | 1110 | 1010000 | 100110110 | 1000011 | 1100 |
Color Harmonies of #320A2B
Complementary color
Monochromatic Colors of #320A2B
Black with #320A2B
Text Example
Text Example
White with #320A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A2B; }
p { color: rgb(50,10,43); }
H1.HeaderClassName
{
color: #320A2B;
}
.AnyTagClassName
{
color: #320A2B;
}
</style>
background-color css
<style>
a { background-color: #320A2B; }
a { background-color: rgb(50,10,43); }
div.DivClassName
{
background-color: #320A2B;
}
.BgClassName
{
background-color: #320A2B;
}
</style>
border-color css
<style>
span { border-color: #320A2B; }
span { border-color: rgb(50,10,43); }
td.TdClassName
{
border-color: #320A2B;
}
.TagClassName
{
border-color: #320A2B;
}
</style>