Shades of Mardi Gras #320B2F
Tints of Mardi Gras #320B2F
RGB
CMYK
RGB Variations
Color information
#320B2F (or 0x320B2F) is known color: Mardi Gras. HEX triplet: 32, 0B and 2F. RGB value is (50,11,47). Sum of RGB (Red+Green+Blue) = 50+11+47=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #320B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B2F is #CDF4D0. Grayscale: #1A1A1A. Windows color (decimal): -13497553 or 3083058. OLE color: 3083058.
HSL color Cylindrical-coordinate representation of color #320B2F: hue angle of 304.62º 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 #320B2F is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 47 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.80 |
| HSL | 304.62º | 0.64% | 0.12% | - |
| HSV(B) | 304.62º | 0.78% | 0.2% | - |
| XYZ | 1.95 | 1.12 | 2.8 | - |
| YUV | 26.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 47 | 0 | 0.78 | 0.06 | 0.80 | 304.62 | 0.64 | 0.12 |
| Hex | 32 | B | 2F | 0 | 4E | 6 | 50 | 131 | 40 | C |
| Octal | 62 | 13 | 57 | 0 | 116 | 6 | 120 | 461 | 100 | 14 |
| Binary | 110010 | 1011 | 101111 | 0 | 1001110 | 110 | 1010000 | 100110001 | 1000000 | 1100 |
Color Harmonies of #320B2F
Complementary color
Monochromatic Colors of #320B2F
Black with #320B2F
Text Example
Text Example
White with #320B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B2F; }
p { color: rgb(50,11,47); }
H1.HeaderClassName
{
color: #320B2F;
}
.AnyTagClassName
{
color: #320B2F;
}
</style>
background-color css
<style>
a { background-color: #320B2F; }
a { background-color: rgb(50,11,47); }
div.DivClassName
{
background-color: #320B2F;
}
.BgClassName
{
background-color: #320B2F;
}
</style>
border-color css
<style>
span { border-color: #320B2F; }
span { border-color: rgb(50,11,47); }
td.TdClassName
{
border-color: #320B2F;
}
.TagClassName
{
border-color: #320B2F;
}
</style>