Shades of Mardi Gras #320F30
Tints of Mardi Gras #320F30
RGB
CMYK
RGB Variations
Color information
#320F30 (or 0x320F30) is known color: Mardi Gras. HEX triplet: 32, 0F and 30. RGB value is (50,15,48). Sum of RGB (Red+Green+Blue) = 50+15+48=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #320F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F30 is #CDF0CF. Grayscale: #1D1D1D. Windows color (decimal): -13496528 or 3149618. OLE color: 3149618.
HSL color Cylindrical-coordinate representation of color #320F30: hue angle of 303.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F30 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 48 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.80 |
| HSL | 303.43º | 0.54% | 0.13% | - |
| HSV(B) | 303.43º | 0.7% | 0.2% | - |
| XYZ | 2.02 | 1.23 | 2.93 | - |
| YUV | 29.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 48 | 0 | 0.70 | 0.04 | 0.80 | 303.43 | 0.54 | 0.13 |
| Hex | 32 | F | 30 | 0 | 46 | 4 | 50 | 12F | 36 | D |
| Octal | 62 | 17 | 60 | 0 | 106 | 4 | 120 | 457 | 66 | 15 |
| Binary | 110010 | 1111 | 110000 | 0 | 1000110 | 100 | 1010000 | 100101111 | 110110 | 1101 |
Color Harmonies of #320F30
Complementary color
Monochromatic Colors of #320F30
Black with #320F30
Text Example
Text Example
White with #320F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F30; }
p { color: rgb(50,15,48); }
H1.HeaderClassName
{
color: #320F30;
}
.AnyTagClassName
{
color: #320F30;
}
</style>
background-color css
<style>
a { background-color: #320F30; }
a { background-color: rgb(50,15,48); }
div.DivClassName
{
background-color: #320F30;
}
.BgClassName
{
background-color: #320F30;
}
</style>
border-color css
<style>
span { border-color: #320F30; }
span { border-color: rgb(50,15,48); }
td.TdClassName
{
border-color: #320F30;
}
.TagClassName
{
border-color: #320F30;
}
</style>