Shades of Mardi Gras #320B33
Tints of Mardi Gras #320B33
RGB
CMYK
RGB Variations
Color information
#320B33 (or 0x320B33) is known color: Mardi Gras. HEX triplet: 32, 0B and 33. RGB value is (50,11,51). Sum of RGB (Red+Green+Blue) = 50+11+51=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #320B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B33 is #CDF4CC. Grayscale: #1B1B1B. Windows color (decimal): -13497549 or 3345202. OLE color: 3345202.
HSL color Cylindrical-coordinate representation of color #320B33: hue angle of 298.5º degrees, saturation: 0.65, 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 #320B33 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 11 | 51 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.8 |
| HSL | 298.5º | 0.65% | 0.12% | - |
| HSV(B) | 298.5º | 0.78% | 0.2% | - |
| XYZ | 2.03 | 1.16 | 3.25 | - |
| YUV | 27.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 51 | 0.02 | 0.78 | 0 | 0.8 | 298.5 | 0.65 | 0.12 |
| Hex | 32 | B | 33 | 2 | 4E | 0 | 50 | 12A | 41 | C |
| Octal | 62 | 13 | 63 | 2 | 116 | 0 | 120 | 452 | 101 | 14 |
| Binary | 110010 | 1011 | 110011 | 10 | 1001110 | 0 | 1010000 | 100101010 | 1000001 | 1100 |
Color Harmonies of #320B33
Complementary color
Monochromatic Colors of #320B33
Black with #320B33
Text Example
Text Example
White with #320B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B33; }
p { color: rgb(50,11,51); }
H1.HeaderClassName
{
color: #320B33;
}
.AnyTagClassName
{
color: #320B33;
}
</style>
background-color css
<style>
a { background-color: #320B33; }
a { background-color: rgb(50,11,51); }
div.DivClassName
{
background-color: #320B33;
}
.BgClassName
{
background-color: #320B33;
}
</style>
border-color css
<style>
span { border-color: #320B33; }
span { border-color: rgb(50,11,51); }
td.TdClassName
{
border-color: #320B33;
}
.TagClassName
{
border-color: #320B33;
}
</style>