Shades of Mardi Gras #20001B
Tints of Mardi Gras #20001B
RGB
CMYK
RGB Variations
Color information
#20001B (or 0x20001B) is known color: Mardi Gras. HEX triplet: 20, 00 and 1B. RGB value is (32,0,27). Sum of RGB (Red+Green+Blue) = 32+0+27=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #20001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20001B is #DFFFE4. Grayscale: #0C0C0C. Windows color (decimal): -14680037 or 1769504. OLE color: 1769504.
HSL color Cylindrical-coordinate representation of color #20001B: hue angle of 309.38º 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 #20001B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.16 | 0.87 |
| HSL | 309.38º | 1% | 0.06% | - |
| HSV(B) | 309.38º | 1% | 0.13% | - |
| XYZ | 0.79 | 0.39 | 1.07 | - |
| YUV | 12.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 27 | 0 | 1 | 0.16 | 0.87 | 309.38 | 1 | 0.06 |
| Hex | 20 | 0 | 1B | 0 | 64 | 10 | 57 | 135 | 64 | 6 |
| Octal | 40 | 0 | 33 | 0 | 144 | 20 | 127 | 465 | 144 | 6 |
| Binary | 100000 | 0 | 11011 | 0 | 1100100 | 10000 | 1010111 | 100110101 | 1100100 | 110 |
Color Harmonies of #20001B
Complementary color
Monochromatic Colors of #20001B
Black with #20001B
Text Example
Text Example
White with #20001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20001B; }
p { color: rgb(32,0,27); }
H1.HeaderClassName
{
color: #20001B;
}
.AnyTagClassName
{
color: #20001B;
}
</style>
background-color css
<style>
a { background-color: #20001B; }
a { background-color: rgb(32,0,27); }
div.DivClassName
{
background-color: #20001B;
}
.BgClassName
{
background-color: #20001B;
}
</style>
border-color css
<style>
span { border-color: #20001B; }
span { border-color: rgb(32,0,27); }
td.TdClassName
{
border-color: #20001B;
}
.TagClassName
{
border-color: #20001B;
}
</style>