Shades of Mardi Gras #20001E
Tints of Mardi Gras #20001E
RGB
CMYK
RGB Variations
Color information
#20001E (or 0x20001E) is known color: Mardi Gras. HEX triplet: 20, 00 and 1E. RGB value is (32,0,30). Sum of RGB (Red+Green+Blue) = 32+0+30=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20001E is #DFFFE1. Grayscale: #0C0C0C. Windows color (decimal): -14680034 or 1966112. OLE color: 1966112.
HSL color Cylindrical-coordinate representation of color #20001E: hue angle of 303.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20001E is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.06 | 0.87 |
| HSL | 303.75º | 1% | 0.06% | - |
| HSV(B) | 303.75º | 1% | 0.13% | - |
| XYZ | 0.83 | 0.4 | 1.26 | - |
| YUV | 12.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 30 | 0 | 1 | 0.06 | 0.87 | 303.75 | 1 | 0.06 |
| Hex | 20 | 0 | 1E | 0 | 64 | 6 | 57 | 130 | 64 | 6 |
| Octal | 40 | 0 | 36 | 0 | 144 | 6 | 127 | 460 | 144 | 6 |
| Binary | 100000 | 0 | 11110 | 0 | 1100100 | 110 | 1010111 | 100110000 | 1100100 | 110 |
Color Harmonies of #20001E
Complementary color
Monochromatic Colors of #20001E
Black with #20001E
Text Example
Text Example
White with #20001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20001E; }
p { color: rgb(32,0,30); }
H1.HeaderClassName
{
color: #20001E;
}
.AnyTagClassName
{
color: #20001E;
}
</style>
background-color css
<style>
a { background-color: #20001E; }
a { background-color: rgb(32,0,30); }
div.DivClassName
{
background-color: #20001E;
}
.BgClassName
{
background-color: #20001E;
}
</style>
border-color css
<style>
span { border-color: #20001E; }
span { border-color: rgb(32,0,30); }
td.TdClassName
{
border-color: #20001E;
}
.TagClassName
{
border-color: #20001E;
}
</style>