Shades of Mardi Gras #32002B
Tints of Mardi Gras #32002B
RGB
CMYK
RGB Variations
Color information
#32002B (or 0x32002B) is known color: Mardi Gras. HEX triplet: 32, 00 and 2B. RGB value is (50,0,43). Sum of RGB (Red+Green+Blue) = 50+0+43=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #32002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32002B is #CDFFD4. Grayscale: #131313. Windows color (decimal): -13500373 or 2818098. OLE color: 2818098.
HSL color Cylindrical-coordinate representation of color #32002B: hue angle of 308.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32002B is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.14 | 0.80 |
| HSL | 308.4º | 1% | 0.1% | - |
| HSV(B) | 308.4º | 1% | 0.2% | - |
| XYZ | 1.75 | 0.85 | 2.36 | - |
| YUV | 19.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 43 | 0 | 1 | 0.14 | 0.80 | 308.4 | 1 | 0.1 |
| Hex | 32 | 0 | 2B | 0 | 64 | E | 50 | 134 | 64 | A |
| Octal | 62 | 0 | 53 | 0 | 144 | 16 | 120 | 464 | 144 | 12 |
| Binary | 110010 | 0 | 101011 | 0 | 1100100 | 1110 | 1010000 | 100110100 | 1100100 | 1010 |
Color Harmonies of #32002B
Complementary color
Monochromatic Colors of #32002B
Black with #32002B
Text Example
Text Example
White with #32002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32002B; }
p { color: rgb(50,0,43); }
H1.HeaderClassName
{
color: #32002B;
}
.AnyTagClassName
{
color: #32002B;
}
</style>
background-color css
<style>
a { background-color: #32002B; }
a { background-color: rgb(50,0,43); }
div.DivClassName
{
background-color: #32002B;
}
.BgClassName
{
background-color: #32002B;
}
</style>
border-color css
<style>
span { border-color: #32002B; }
span { border-color: rgb(50,0,43); }
td.TdClassName
{
border-color: #32002B;
}
.TagClassName
{
border-color: #32002B;
}
</style>