Shades of Mardi Gras #20051D
Tints of Mardi Gras #20051D
RGB
CMYK
RGB Variations
Color information
#20051D (or 0x20051D) is known color: Mardi Gras. HEX triplet: 20, 05 and 1D. RGB value is (32,5,29). Sum of RGB (Red+Green+Blue) = 32+5+29=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20051D is #DFFAE2. Grayscale: #0F0F0F. Windows color (decimal): -14678755 or 1901856. OLE color: 1901856.
HSL color Cylindrical-coordinate representation of color #20051D: hue angle of 306.67º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20051D is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 29 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.87 |
| HSL | 306.67º | 0.73% | 0.07% | - |
| HSV(B) | 306.67º | 0.84% | 0.13% | - |
| XYZ | 0.87 | 0.5 | 1.21 | - |
| YUV | 15.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 29 | 0 | 0.84 | 0.09 | 0.87 | 306.67 | 0.73 | 0.07 |
| Hex | 20 | 5 | 1D | 0 | 54 | 9 | 57 | 133 | 49 | 7 |
| Octal | 40 | 5 | 35 | 0 | 124 | 11 | 127 | 463 | 111 | 7 |
| Binary | 100000 | 101 | 11101 | 0 | 1010100 | 1001 | 1010111 | 100110011 | 1001001 | 111 |
Color Harmonies of #20051D
Complementary color
Monochromatic Colors of #20051D
Black with #20051D
Text Example
Text Example
White with #20051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20051D; }
p { color: rgb(32,5,29); }
H1.HeaderClassName
{
color: #20051D;
}
.AnyTagClassName
{
color: #20051D;
}
</style>
background-color css
<style>
a { background-color: #20051D; }
a { background-color: rgb(32,5,29); }
div.DivClassName
{
background-color: #20051D;
}
.BgClassName
{
background-color: #20051D;
}
</style>
border-color css
<style>
span { border-color: #20051D; }
span { border-color: rgb(32,5,29); }
td.TdClassName
{
border-color: #20051D;
}
.TagClassName
{
border-color: #20051D;
}
</style>