Shades of Mardi Gras #320B2C
Tints of Mardi Gras #320B2C
RGB
CMYK
RGB Variations
Color information
#320B2C (or 0x320B2C) is known color: Mardi Gras. HEX triplet: 32, 0B and 2C. RGB value is (50,11,44). Sum of RGB (Red+Green+Blue) = 50+11+44=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #320B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B2C is #CDF4D3. Grayscale: #1A1A1A. Windows color (decimal): -13497556 or 2886450. OLE color: 2886450.
HSL color Cylindrical-coordinate representation of color #320B2C: hue angle of 309.23º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B2C is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 44 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.80 |
| HSL | 309.23º | 0.64% | 0.12% | - |
| HSV(B) | 309.23º | 0.78% | 0.2% | - |
| XYZ | 1.89 | 1.1 | 2.5 | - |
| YUV | 26.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 44 | 0 | 0.78 | 0.12 | 0.80 | 309.23 | 0.64 | 0.12 |
| Hex | 32 | B | 2C | 0 | 4E | C | 50 | 135 | 40 | C |
| Octal | 62 | 13 | 54 | 0 | 116 | 14 | 120 | 465 | 100 | 14 |
| Binary | 110010 | 1011 | 101100 | 0 | 1001110 | 1100 | 1010000 | 100110101 | 1000000 | 1100 |
Color Harmonies of #320B2C
Complementary color
Monochromatic Colors of #320B2C
Black with #320B2C
Text Example
Text Example
White with #320B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B2C; }
p { color: rgb(50,11,44); }
H1.HeaderClassName
{
color: #320B2C;
}
.AnyTagClassName
{
color: #320B2C;
}
</style>
background-color css
<style>
a { background-color: #320B2C; }
a { background-color: rgb(50,11,44); }
div.DivClassName
{
background-color: #320B2C;
}
.BgClassName
{
background-color: #320B2C;
}
</style>
border-color css
<style>
span { border-color: #320B2C; }
span { border-color: rgb(50,11,44); }
td.TdClassName
{
border-color: #320B2C;
}
.TagClassName
{
border-color: #320B2C;
}
</style>