Shades of Mardi Gras #320A2F
Tints of Mardi Gras #320A2F
RGB
CMYK
RGB Variations
Color information
#320A2F (or 0x320A2F) is known color: Mardi Gras. HEX triplet: 32, 0A and 2F. RGB value is (50,10,47). Sum of RGB (Red+Green+Blue) = 50+10+47=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #320A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A2F is #CDF5D0. Grayscale: #1A1A1A. Windows color (decimal): -13497809 or 3082802. OLE color: 3082802.
HSL color Cylindrical-coordinate representation of color #320A2F: hue angle of 304.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320A2F is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 47 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.80 |
| HSL | 304.5º | 0.67% | 0.12% | - |
| HSV(B) | 304.5º | 0.8% | 0.2% | - |
| XYZ | 1.94 | 1.1 | 2.8 | - |
| YUV | 26.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 47 | 0 | 0.80 | 0.06 | 0.80 | 304.5 | 0.67 | 0.12 |
| Hex | 32 | A | 2F | 0 | 50 | 6 | 50 | 130 | 43 | C |
| Octal | 62 | 12 | 57 | 0 | 120 | 6 | 120 | 460 | 103 | 14 |
| Binary | 110010 | 1010 | 101111 | 0 | 1010000 | 110 | 1010000 | 100110000 | 1000011 | 1100 |
Color Harmonies of #320A2F
Complementary color
Monochromatic Colors of #320A2F
Black with #320A2F
Text Example
Text Example
White with #320A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A2F; }
p { color: rgb(50,10,47); }
H1.HeaderClassName
{
color: #320A2F;
}
.AnyTagClassName
{
color: #320A2F;
}
</style>
background-color css
<style>
a { background-color: #320A2F; }
a { background-color: rgb(50,10,47); }
div.DivClassName
{
background-color: #320A2F;
}
.BgClassName
{
background-color: #320A2F;
}
</style>
border-color css
<style>
span { border-color: #320A2F; }
span { border-color: rgb(50,10,47); }
td.TdClassName
{
border-color: #320A2F;
}
.TagClassName
{
border-color: #320A2F;
}
</style>