Shades of Mardi Gras #320C2D
Tints of Mardi Gras #320C2D
RGB
CMYK
RGB Variations
Color information
#320C2D (or 0x320C2D) is known color: Mardi Gras. HEX triplet: 32, 0C and 2D. RGB value is (50,12,45). Sum of RGB (Red+Green+Blue) = 50+12+45=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #320C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C2D is #CDF3D2. Grayscale: #1B1B1B. Windows color (decimal): -13497299 or 2952242. OLE color: 2952242.
HSL color Cylindrical-coordinate representation of color #320C2D: hue angle of 307.89º 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 #320C2D is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 12 | 45 | - |
CMYK | 0 | 0.76 | 0.10 | 0.80 |
HSL | 307.89º | 0.61% | 0.12% | - |
HSV(B) | 307.89º | 0.76% | 0.2% | - |
XYZ | 1.92 | 1.13 | 2.6 | - |
YUV | 27.12 | 138.09 | 144.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 12 | 45 | 0 | 0.76 | 0.10 | 0.80 | 307.89 | 0.61 | 0.12 |
Hex | 32 | C | 2D | 0 | 4C | A | 50 | 134 | 3D | C |
Octal | 62 | 14 | 55 | 0 | 114 | 12 | 120 | 464 | 75 | 14 |
Binary | 110010 | 1100 | 101101 | 0 | 1001100 | 1010 | 1010000 | 100110100 | 111101 | 1100 |
Color Harmonies of #320C2D
Complementary color
Monochromatic Colors of #320C2D
Black with #320C2D
Text Example
Text Example
White with #320C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C2D; }
p { color: rgb(50,12,45); }
H1.HeaderClassName
{
color: #320C2D;
}
.AnyTagClassName
{
color: #320C2D;
}
</style>
background-color css
<style>
a { background-color: #320C2D; }
a { background-color: rgb(50,12,45); }
div.DivClassName
{
background-color: #320C2D;
}
.BgClassName
{
background-color: #320C2D;
}
</style>
border-color css
<style>
span { border-color: #320C2D; }
span { border-color: rgb(50,12,45); }
td.TdClassName
{
border-color: #320C2D;
}
.TagClassName
{
border-color: #320C2D;
}
</style>