Shades of Mardi Gras #200320
Tints of Mardi Gras #200320
RGB
CMYK
RGB Variations
Color information
#200320 (or 0x200320) is known color: Mardi Gras. HEX triplet: 20, 03 and 20. RGB value is (32,3,32). Sum of RGB (Red+Green+Blue) = 32+3+32=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #200320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200320 is #DFFCDF. Grayscale: #0E0E0E. Windows color (decimal): -14679264 or 2097952. OLE color: 2097952.
HSL color Cylindrical-coordinate representation of color #200320: hue angle of 300º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200320 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 32 | - |
| CMYK | 0 | 0.91 | 0 | 0.87 |
| HSL | 300º | 0.83% | 0.07% | - |
| HSV(B) | 300º | 0.91% | 0.13% | - |
| XYZ | 0.89 | 0.48 | 1.41 | - |
| YUV | 14.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 32 | 0 | 0.91 | 0 | 0.87 | 300 | 0.83 | 0.07 |
| Hex | 20 | 3 | 20 | 0 | 5B | 0 | 57 | 12C | 53 | 7 |
| Octal | 40 | 3 | 40 | 0 | 133 | 0 | 127 | 454 | 123 | 7 |
| Binary | 100000 | 11 | 100000 | 0 | 1011011 | 0 | 1010111 | 100101100 | 1010011 | 111 |
Color Harmonies of #200320
Complementary color
Monochromatic Colors of #200320
Black with #200320
Text Example
Text Example
White with #200320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200320; }
p { color: rgb(32,3,32); }
H1.HeaderClassName
{
color: #200320;
}
.AnyTagClassName
{
color: #200320;
}
</style>
background-color css
<style>
a { background-color: #200320; }
a { background-color: rgb(32,3,32); }
div.DivClassName
{
background-color: #200320;
}
.BgClassName
{
background-color: #200320;
}
</style>
border-color css
<style>
span { border-color: #200320; }
span { border-color: rgb(32,3,32); }
td.TdClassName
{
border-color: #200320;
}
.TagClassName
{
border-color: #200320;
}
</style>