Shades of Mardi Gras #20001C
Tints of Mardi Gras #20001C
RGB
CMYK
RGB Variations
Color information
#20001C (or 0x20001C) is known color: Mardi Gras. HEX triplet: 20, 00 and 1C. RGB value is (32,0,28). Sum of RGB (Red+Green+Blue) = 32+0+28=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #20001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20001C is #DFFFE3. Grayscale: #0C0C0C. Windows color (decimal): -14680036 or 1835040. OLE color: 1835040.
HSL color Cylindrical-coordinate representation of color #20001C: hue angle of 307.5º 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 #20001C is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.12 | 0.87 |
| HSL | 307.5º | 1% | 0.06% | - |
| HSV(B) | 307.5º | 1% | 0.13% | - |
| XYZ | 0.81 | 0.39 | 1.13 | - |
| YUV | 12.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 28 | 0 | 1 | 0.12 | 0.87 | 307.5 | 1 | 0.06 |
| Hex | 20 | 0 | 1C | 0 | 64 | C | 57 | 134 | 64 | 6 |
| Octal | 40 | 0 | 34 | 0 | 144 | 14 | 127 | 464 | 144 | 6 |
| Binary | 100000 | 0 | 11100 | 0 | 1100100 | 1100 | 1010111 | 100110100 | 1100100 | 110 |
Color Harmonies of #20001C
Complementary color
Monochromatic Colors of #20001C
Black with #20001C
Text Example
Text Example
White with #20001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20001C; }
p { color: rgb(32,0,28); }
H1.HeaderClassName
{
color: #20001C;
}
.AnyTagClassName
{
color: #20001C;
}
</style>
background-color css
<style>
a { background-color: #20001C; }
a { background-color: rgb(32,0,28); }
div.DivClassName
{
background-color: #20001C;
}
.BgClassName
{
background-color: #20001C;
}
</style>
border-color css
<style>
span { border-color: #20001C; }
span { border-color: rgb(32,0,28); }
td.TdClassName
{
border-color: #20001C;
}
.TagClassName
{
border-color: #20001C;
}
</style>