Shades of Mardi Gras #20041C
Tints of Mardi Gras #20041C
RGB
CMYK
RGB Variations
Color information
#20041C (or 0x20041C) is known color: Mardi Gras. HEX triplet: 20, 04 and 1C. RGB value is (32,4,28). Sum of RGB (Red+Green+Blue) = 32+4+28=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20041C is #DFFBE3. Grayscale: #0F0F0F. Windows color (decimal): -14679012 or 1836064. OLE color: 1836064.
HSL color Cylindrical-coordinate representation of color #20041C: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20041C is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 4 | 28 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.87 |
| HSL | 308.57º | 0.78% | 0.07% | - |
| HSV(B) | 308.57º | 0.88% | 0.13% | - |
| XYZ | 0.85 | 0.48 | 1.15 | - |
| YUV | 15.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 28 | 0 | 0.87 | 0.12 | 0.87 | 308.57 | 0.78 | 0.07 |
| Hex | 20 | 4 | 1C | 0 | 57 | C | 57 | 135 | 4E | 7 |
| Octal | 40 | 4 | 34 | 0 | 127 | 14 | 127 | 465 | 116 | 7 |
| Binary | 100000 | 100 | 11100 | 0 | 1010111 | 1100 | 1010111 | 100110101 | 1001110 | 111 |
Color Harmonies of #20041C
Complementary color
Monochromatic Colors of #20041C
Black with #20041C
Text Example
Text Example
White with #20041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20041C; }
p { color: rgb(32,4,28); }
H1.HeaderClassName
{
color: #20041C;
}
.AnyTagClassName
{
color: #20041C;
}
</style>
background-color css
<style>
a { background-color: #20041C; }
a { background-color: rgb(32,4,28); }
div.DivClassName
{
background-color: #20041C;
}
.BgClassName
{
background-color: #20041C;
}
</style>
border-color css
<style>
span { border-color: #20041C; }
span { border-color: rgb(32,4,28); }
td.TdClassName
{
border-color: #20041C;
}
.TagClassName
{
border-color: #20041C;
}
</style>