Shades of Mardi Gras #320A2C
Tints of Mardi Gras #320A2C
RGB
CMYK
RGB Variations
Color information
#320A2C (or 0x320A2C) is known color: Mardi Gras. HEX triplet: 32, 0A and 2C. RGB value is (50,10,44). Sum of RGB (Red+Green+Blue) = 50+10+44=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #320A2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A2C is #CDF5D3. Grayscale: #191919. Windows color (decimal): -13497812 or 2886194. OLE color: 2886194.
HSL color Cylindrical-coordinate representation of color #320A2C: hue angle of 309º 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 #320A2C is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 44 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.80 |
| HSL | 309º | 0.67% | 0.12% | - |
| HSV(B) | 309º | 0.8% | 0.2% | - |
| XYZ | 1.88 | 1.08 | 2.49 | - |
| YUV | 25.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 44 | 0 | 0.80 | 0.12 | 0.80 | 309 | 0.67 | 0.12 |
| Hex | 32 | A | 2C | 0 | 50 | C | 50 | 135 | 43 | C |
| Octal | 62 | 12 | 54 | 0 | 120 | 14 | 120 | 465 | 103 | 14 |
| Binary | 110010 | 1010 | 101100 | 0 | 1010000 | 1100 | 1010000 | 100110101 | 1000011 | 1100 |
Color Harmonies of #320A2C
Complementary color
Monochromatic Colors of #320A2C
Black with #320A2C
Text Example
Text Example
White with #320A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A2C; }
p { color: rgb(50,10,44); }
H1.HeaderClassName
{
color: #320A2C;
}
.AnyTagClassName
{
color: #320A2C;
}
</style>
background-color css
<style>
a { background-color: #320A2C; }
a { background-color: rgb(50,10,44); }
div.DivClassName
{
background-color: #320A2C;
}
.BgClassName
{
background-color: #320A2C;
}
</style>
border-color css
<style>
span { border-color: #320A2C; }
span { border-color: rgb(50,10,44); }
td.TdClassName
{
border-color: #320A2C;
}
.TagClassName
{
border-color: #320A2C;
}
</style>