Shades of Mardi Gras #320B31
Tints of Mardi Gras #320B31
RGB
CMYK
RGB Variations
Color information
#320B31 (or 0x320B31) is known color: Mardi Gras. HEX triplet: 32, 0B and 31. RGB value is (50,11,49). Sum of RGB (Red+Green+Blue) = 50+11+49=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #320B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B31 is #CDF4CE. Grayscale: #1A1A1A. Windows color (decimal): -13497551 or 3214130. OLE color: 3214130.
HSL color Cylindrical-coordinate representation of color #320B31: hue angle of 301.54º 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 #320B31 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 49 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.80 |
| HSL | 301.54º | 0.64% | 0.12% | - |
| HSV(B) | 301.54º | 0.78% | 0.2% | - |
| XYZ | 1.99 | 1.14 | 3.02 | - |
| YUV | 26.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 49 | 0 | 0.78 | 0.02 | 0.80 | 301.54 | 0.64 | 0.12 |
| Hex | 32 | B | 31 | 0 | 4E | 2 | 50 | 12E | 40 | C |
| Octal | 62 | 13 | 61 | 0 | 116 | 2 | 120 | 456 | 100 | 14 |
| Binary | 110010 | 1011 | 110001 | 0 | 1001110 | 10 | 1010000 | 100101110 | 1000000 | 1100 |
Color Harmonies of #320B31
Complementary color
Monochromatic Colors of #320B31
Black with #320B31
Text Example
Text Example
White with #320B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B31; }
p { color: rgb(50,11,49); }
H1.HeaderClassName
{
color: #320B31;
}
.AnyTagClassName
{
color: #320B31;
}
</style>
background-color css
<style>
a { background-color: #320B31; }
a { background-color: rgb(50,11,49); }
div.DivClassName
{
background-color: #320B31;
}
.BgClassName
{
background-color: #320B31;
}
</style>
border-color css
<style>
span { border-color: #320B31; }
span { border-color: rgb(50,11,49); }
td.TdClassName
{
border-color: #320B31;
}
.TagClassName
{
border-color: #320B31;
}
</style>