Shades of Mardi Gras #32012C
Tints of Mardi Gras #32012C
RGB
CMYK
RGB Variations
Color information
#32012C (or 0x32012C) is known color: Mardi Gras. HEX triplet: 32, 01 and 2C. RGB value is (50,1,44). Sum of RGB (Red+Green+Blue) = 50+1+44=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32012C is #CDFED3. Grayscale: #141414. Windows color (decimal): -13500116 or 2883890. OLE color: 2883890.
HSL color Cylindrical-coordinate representation of color #32012C: hue angle of 307.35º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32012C is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 1 | 44 | - |
CMYK | 0 | 0.98 | 0.12 | 0.80 |
HSL | 307.35º | 0.96% | 0.1% | - |
HSV(B) | 307.35º | 0.98% | 0.2% | - |
XYZ | 1.78 | 0.88 | 2.46 | - |
YUV | 20.55 | 141.23 | 149 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 1 | 44 | 0 | 0.98 | 0.12 | 0.80 | 307.35 | 0.96 | 0.1 |
Hex | 32 | 1 | 2C | 0 | 62 | C | 50 | 133 | 60 | A |
Octal | 62 | 1 | 54 | 0 | 142 | 14 | 120 | 463 | 140 | 12 |
Binary | 110010 | 1 | 101100 | 0 | 1100010 | 1100 | 1010000 | 100110011 | 1100000 | 1010 |
Color Harmonies of #32012C
Complementary color
Monochromatic Colors of #32012C
Black with #32012C
Text Example
Text Example
White with #32012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32012C; }
p { color: rgb(50,1,44); }
H1.HeaderClassName
{
color: #32012C;
}
.AnyTagClassName
{
color: #32012C;
}
</style>
background-color css
<style>
a { background-color: #32012C; }
a { background-color: rgb(50,1,44); }
div.DivClassName
{
background-color: #32012C;
}
.BgClassName
{
background-color: #32012C;
}
</style>
border-color css
<style>
span { border-color: #32012C; }
span { border-color: rgb(50,1,44); }
td.TdClassName
{
border-color: #32012C;
}
.TagClassName
{
border-color: #32012C;
}
</style>