Shades of Mardi Gras #320A2A
Tints of Mardi Gras #320A2A
RGB
CMYK
RGB Variations
Color information
#320A2A (or 0x320A2A) is known color: Mardi Gras. HEX triplet: 32, 0A and 2A. RGB value is (50,10,42). Sum of RGB (Red+Green+Blue) = 50+10+42=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #320A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A2A is #CDF5D5. Grayscale: #191919. Windows color (decimal): -13497814 or 2755122. OLE color: 2755122.
HSL color Cylindrical-coordinate representation of color #320A2A: hue angle of 312º 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 #320A2A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 42 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.80 |
| HSL | 312º | 0.67% | 0.12% | - |
| HSV(B) | 312º | 0.8% | 0.2% | - |
| XYZ | 1.84 | 1.06 | 2.3 | - |
| YUV | 25.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 42 | 0 | 0.80 | 0.16 | 0.80 | 312 | 0.67 | 0.12 |
| Hex | 32 | A | 2A | 0 | 50 | 10 | 50 | 138 | 43 | C |
| Octal | 62 | 12 | 52 | 0 | 120 | 20 | 120 | 470 | 103 | 14 |
| Binary | 110010 | 1010 | 101010 | 0 | 1010000 | 10000 | 1010000 | 100111000 | 1000011 | 1100 |
Color Harmonies of #320A2A
Complementary color
Monochromatic Colors of #320A2A
Black with #320A2A
Text Example
Text Example
White with #320A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A2A; }
p { color: rgb(50,10,42); }
H1.HeaderClassName
{
color: #320A2A;
}
.AnyTagClassName
{
color: #320A2A;
}
</style>
background-color css
<style>
a { background-color: #320A2A; }
a { background-color: rgb(50,10,42); }
div.DivClassName
{
background-color: #320A2A;
}
.BgClassName
{
background-color: #320A2A;
}
</style>
border-color css
<style>
span { border-color: #320A2A; }
span { border-color: rgb(50,10,42); }
td.TdClassName
{
border-color: #320A2A;
}
.TagClassName
{
border-color: #320A2A;
}
</style>