Shades of Mardi Gras #20081E
Tints of Mardi Gras #20081E
RGB
CMYK
RGB Variations
Color information
#20081E (or 0x20081E) is known color: Mardi Gras. HEX triplet: 20, 08 and 1E. RGB value is (32,8,30). Sum of RGB (Red+Green+Blue) = 32+8+30=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #20081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20081E is #DFF7E1. Grayscale: #111111. Windows color (decimal): -14677986 or 1968160. OLE color: 1968160.
HSL color Cylindrical-coordinate representation of color #20081E: hue angle of 305º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20081E is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 30 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.87 |
| HSL | 305º | 0.6% | 0.08% | - |
| HSV(B) | 305º | 0.75% | 0.13% | - |
| XYZ | 0.92 | 0.57 | 1.29 | - |
| YUV | 17.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 30 | 0 | 0.75 | 0.06 | 0.87 | 305 | 0.6 | 0.08 |
| Hex | 20 | 8 | 1E | 0 | 4B | 6 | 57 | 131 | 3C | 8 |
| Octal | 40 | 10 | 36 | 0 | 113 | 6 | 127 | 461 | 74 | 10 |
| Binary | 100000 | 1000 | 11110 | 0 | 1001011 | 110 | 1010111 | 100110001 | 111100 | 1000 |
Color Harmonies of #20081E
Complementary color
Monochromatic Colors of #20081E
Black with #20081E
Text Example
Text Example
White with #20081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20081E; }
p { color: rgb(32,8,30); }
H1.HeaderClassName
{
color: #20081E;
}
.AnyTagClassName
{
color: #20081E;
}
</style>
background-color css
<style>
a { background-color: #20081E; }
a { background-color: rgb(32,8,30); }
div.DivClassName
{
background-color: #20081E;
}
.BgClassName
{
background-color: #20081E;
}
</style>
border-color css
<style>
span { border-color: #20081E; }
span { border-color: rgb(32,8,30); }
td.TdClassName
{
border-color: #20081E;
}
.TagClassName
{
border-color: #20081E;
}
</style>