Shades of Mardi Gras #20021B
Tints of Mardi Gras #20021B
RGB
CMYK
RGB Variations
Color information
#20021B (or 0x20021B) is known color: Mardi Gras. HEX triplet: 20, 02 and 1B. RGB value is (32,2,27). Sum of RGB (Red+Green+Blue) = 32+2+27=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #20021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20021B is #DFFDE4. Grayscale: #0D0D0D. Windows color (decimal): -14679525 or 1770016. OLE color: 1770016.
HSL color Cylindrical-coordinate representation of color #20021B: hue angle of 310º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20021B is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 2 | 27 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.87 |
| HSL | 310º | 0.88% | 0.07% | - |
| HSV(B) | 310º | 0.94% | 0.13% | - |
| XYZ | 0.82 | 0.43 | 1.08 | - |
| YUV | 13.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 27 | 0 | 0.94 | 0.16 | 0.87 | 310 | 0.88 | 0.07 |
| Hex | 20 | 2 | 1B | 0 | 5E | 10 | 57 | 136 | 58 | 7 |
| Octal | 40 | 2 | 33 | 0 | 136 | 20 | 127 | 466 | 130 | 7 |
| Binary | 100000 | 10 | 11011 | 0 | 1011110 | 10000 | 1010111 | 100110110 | 1011000 | 111 |
Color Harmonies of #20021B
Complementary color
Monochromatic Colors of #20021B
Black with #20021B
Text Example
Text Example
White with #20021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20021B; }
p { color: rgb(32,2,27); }
H1.HeaderClassName
{
color: #20021B;
}
.AnyTagClassName
{
color: #20021B;
}
</style>
background-color css
<style>
a { background-color: #20021B; }
a { background-color: rgb(32,2,27); }
div.DivClassName
{
background-color: #20021B;
}
.BgClassName
{
background-color: #20021B;
}
</style>
border-color css
<style>
span { border-color: #20021B; }
span { border-color: rgb(32,2,27); }
td.TdClassName
{
border-color: #20021B;
}
.TagClassName
{
border-color: #20021B;
}
</style>