Shades of Mardi Gras #20001A
Tints of Mardi Gras #20001A
RGB
CMYK
RGB Variations
Color information
#20001A (or 0x20001A) is known color: Mardi Gras. HEX triplet: 20, 00 and 1A. RGB value is (32,0,26). Sum of RGB (Red+Green+Blue) = 32+0+26=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #20001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20001A is #DFFFE5. Grayscale: #0C0C0C. Windows color (decimal): -14680038 or 1703968. OLE color: 1703968.
HSL color Cylindrical-coordinate representation of color #20001A: hue angle of 311.25º 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 #20001A is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.19 | 0.87 |
| HSL | 311.25º | 1% | 0.06% | - |
| HSV(B) | 311.25º | 1% | 0.13% | - |
| XYZ | 0.78 | 0.38 | 1.01 | - |
| YUV | 12.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 26 | 0 | 1 | 0.19 | 0.87 | 311.25 | 1 | 0.06 |
| Hex | 20 | 0 | 1A | 0 | 64 | 13 | 57 | 137 | 64 | 6 |
| Octal | 40 | 0 | 32 | 0 | 144 | 23 | 127 | 467 | 144 | 6 |
| Binary | 100000 | 0 | 11010 | 0 | 1100100 | 10011 | 1010111 | 100110111 | 1100100 | 110 |
Color Harmonies of #20001A
Complementary color
Monochromatic Colors of #20001A
Black with #20001A
Text Example
Text Example
White with #20001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20001A; }
p { color: rgb(32,0,26); }
H1.HeaderClassName
{
color: #20001A;
}
.AnyTagClassName
{
color: #20001A;
}
</style>
background-color css
<style>
a { background-color: #20001A; }
a { background-color: rgb(32,0,26); }
div.DivClassName
{
background-color: #20001A;
}
.BgClassName
{
background-color: #20001A;
}
</style>
border-color css
<style>
span { border-color: #20001A; }
span { border-color: rgb(32,0,26); }
td.TdClassName
{
border-color: #20001A;
}
.TagClassName
{
border-color: #20001A;
}
</style>