Shades of Mardi Gras #320C2B
Tints of Mardi Gras #320C2B
RGB
CMYK
RGB Variations
Color information
#320C2B (or 0x320C2B) is known color: Mardi Gras. HEX triplet: 32, 0C and 2B. RGB value is (50,12,43). Sum of RGB (Red+Green+Blue) = 50+12+43=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #320C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C2B is #CDF3D4. Grayscale: #1A1A1A. Windows color (decimal): -13497301 or 2821170. OLE color: 2821170.
HSL color Cylindrical-coordinate representation of color #320C2B: hue angle of 311.05º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C2B is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 43 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.80 |
| HSL | 311.05º | 0.61% | 0.12% | - |
| HSV(B) | 311.05º | 0.76% | 0.2% | - |
| XYZ | 1.88 | 1.12 | 2.4 | - |
| YUV | 26.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 43 | 0 | 0.76 | 0.14 | 0.80 | 311.05 | 0.61 | 0.12 |
| Hex | 32 | C | 2B | 0 | 4C | E | 50 | 137 | 3D | C |
| Octal | 62 | 14 | 53 | 0 | 114 | 16 | 120 | 467 | 75 | 14 |
| Binary | 110010 | 1100 | 101011 | 0 | 1001100 | 1110 | 1010000 | 100110111 | 111101 | 1100 |
Color Harmonies of #320C2B
Complementary color
Monochromatic Colors of #320C2B
Black with #320C2B
Text Example
Text Example
White with #320C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C2B; }
p { color: rgb(50,12,43); }
H1.HeaderClassName
{
color: #320C2B;
}
.AnyTagClassName
{
color: #320C2B;
}
</style>
background-color css
<style>
a { background-color: #320C2B; }
a { background-color: rgb(50,12,43); }
div.DivClassName
{
background-color: #320C2B;
}
.BgClassName
{
background-color: #320C2B;
}
</style>
border-color css
<style>
span { border-color: #320C2B; }
span { border-color: rgb(50,12,43); }
td.TdClassName
{
border-color: #320C2B;
}
.TagClassName
{
border-color: #320C2B;
}
</style>