Shades of Mardi Gras #20081F
Tints of Mardi Gras #20081F
RGB
CMYK
RGB Variations
Color information
#20081F (or 0x20081F) is known color: Mardi Gras. HEX triplet: 20, 08 and 1F. RGB value is (32,8,31). Sum of RGB (Red+Green+Blue) = 32+8+31=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #20081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20081F is #DFF7E0. Grayscale: #111111. Windows color (decimal): -14677985 or 2033696. OLE color: 2033696.
HSL color Cylindrical-coordinate representation of color #20081F: hue angle of 302.5º 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 #20081F is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 31 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.87 |
| HSL | 302.5º | 0.6% | 0.08% | - |
| HSV(B) | 302.5º | 0.75% | 0.13% | - |
| XYZ | 0.93 | 0.58 | 1.36 | - |
| YUV | 17.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 31 | 0 | 0.75 | 0.03 | 0.87 | 302.5 | 0.6 | 0.08 |
| Hex | 20 | 8 | 1F | 0 | 4B | 3 | 57 | 12E | 3C | 8 |
| Octal | 40 | 10 | 37 | 0 | 113 | 3 | 127 | 456 | 74 | 10 |
| Binary | 100000 | 1000 | 11111 | 0 | 1001011 | 11 | 1010111 | 100101110 | 111100 | 1000 |
Color Harmonies of #20081F
Complementary color
Monochromatic Colors of #20081F
Black with #20081F
Text Example
Text Example
White with #20081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20081F; }
p { color: rgb(32,8,31); }
H1.HeaderClassName
{
color: #20081F;
}
.AnyTagClassName
{
color: #20081F;
}
</style>
background-color css
<style>
a { background-color: #20081F; }
a { background-color: rgb(32,8,31); }
div.DivClassName
{
background-color: #20081F;
}
.BgClassName
{
background-color: #20081F;
}
</style>
border-color css
<style>
span { border-color: #20081F; }
span { border-color: rgb(32,8,31); }
td.TdClassName
{
border-color: #20081F;
}
.TagClassName
{
border-color: #20081F;
}
</style>