Shades of Mardi Gras #320C30
Tints of Mardi Gras #320C30
RGB
CMYK
RGB Variations
Color information
#320C30 (or 0x320C30) is known color: Mardi Gras. HEX triplet: 32, 0C and 30. RGB value is (50,12,48). Sum of RGB (Red+Green+Blue) = 50+12+48=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #320C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C30 is #CDF3CF. Grayscale: #1B1B1B. Windows color (decimal): -13497296 or 3148850. OLE color: 3148850.
HSL color Cylindrical-coordinate representation of color #320C30: hue angle of 303.16º 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 #320C30 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 48 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.80 |
| HSL | 303.16º | 0.61% | 0.12% | - |
| HSV(B) | 303.16º | 0.76% | 0.2% | - |
| XYZ | 1.98 | 1.15 | 2.91 | - |
| YUV | 27.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 48 | 0 | 0.76 | 0.04 | 0.80 | 303.16 | 0.61 | 0.12 |
| Hex | 32 | C | 30 | 0 | 4C | 4 | 50 | 12F | 3D | C |
| Octal | 62 | 14 | 60 | 0 | 114 | 4 | 120 | 457 | 75 | 14 |
| Binary | 110010 | 1100 | 110000 | 0 | 1001100 | 100 | 1010000 | 100101111 | 111101 | 1100 |
Color Harmonies of #320C30
Complementary color
Monochromatic Colors of #320C30
Black with #320C30
Text Example
Text Example
White with #320C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C30; }
p { color: rgb(50,12,48); }
H1.HeaderClassName
{
color: #320C30;
}
.AnyTagClassName
{
color: #320C30;
}
</style>
background-color css
<style>
a { background-color: #320C30; }
a { background-color: rgb(50,12,48); }
div.DivClassName
{
background-color: #320C30;
}
.BgClassName
{
background-color: #320C30;
}
</style>
border-color css
<style>
span { border-color: #320C30; }
span { border-color: rgb(50,12,48); }
td.TdClassName
{
border-color: #320C30;
}
.TagClassName
{
border-color: #320C30;
}
</style>