Shades of Mardi Gras #20071E
Tints of Mardi Gras #20071E
RGB
CMYK
RGB Variations
Color information
#20071E (or 0x20071E) is known color: Mardi Gras. HEX triplet: 20, 07 and 1E. RGB value is (32,7,30). Sum of RGB (Red+Green+Blue) = 32+7+30=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #20071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20071E is #DFF8E1. Grayscale: #111111. Windows color (decimal): -14678242 or 1967904. OLE color: 1967904.
HSL color Cylindrical-coordinate representation of color #20071E: hue angle of 304.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20071E is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 30 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.87 |
| HSL | 304.8º | 0.64% | 0.08% | - |
| HSV(B) | 304.8º | 0.78% | 0.13% | - |
| XYZ | 0.91 | 0.55 | 1.29 | - |
| YUV | 17.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 30 | 0 | 0.78 | 0.06 | 0.87 | 304.8 | 0.64 | 0.08 |
| Hex | 20 | 7 | 1E | 0 | 4E | 6 | 57 | 131 | 40 | 8 |
| Octal | 40 | 7 | 36 | 0 | 116 | 6 | 127 | 461 | 100 | 10 |
| Binary | 100000 | 111 | 11110 | 0 | 1001110 | 110 | 1010111 | 100110001 | 1000000 | 1000 |
Color Harmonies of #20071E
Complementary color
Monochromatic Colors of #20071E
Black with #20071E
Text Example
Text Example
White with #20071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20071E; }
p { color: rgb(32,7,30); }
H1.HeaderClassName
{
color: #20071E;
}
.AnyTagClassName
{
color: #20071E;
}
</style>
background-color css
<style>
a { background-color: #20071E; }
a { background-color: rgb(32,7,30); }
div.DivClassName
{
background-color: #20071E;
}
.BgClassName
{
background-color: #20071E;
}
</style>
border-color css
<style>
span { border-color: #20071E; }
span { border-color: rgb(32,7,30); }
td.TdClassName
{
border-color: #20071E;
}
.TagClassName
{
border-color: #20071E;
}
</style>