Shades of Mardi Gras #20011B
Tints of Mardi Gras #20011B
RGB
CMYK
RGB Variations
Color information
#20011B (or 0x20011B) is known color: Mardi Gras. HEX triplet: 20, 01 and 1B. RGB value is (32,1,27). Sum of RGB (Red+Green+Blue) = 32+1+27=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #20011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20011B is #DFFEE4. Grayscale: #0D0D0D. Windows color (decimal): -14679781 or 1769760. OLE color: 1769760.
HSL color Cylindrical-coordinate representation of color #20011B: hue angle of 309.68º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20011B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 27 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.87 |
| HSL | 309.68º | 0.94% | 0.06% | - |
| HSV(B) | 309.68º | 0.97% | 0.13% | - |
| XYZ | 0.8 | 0.41 | 1.07 | - |
| YUV | 13.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 27 | 0 | 0.97 | 0.16 | 0.87 | 309.68 | 0.94 | 0.06 |
| Hex | 20 | 1 | 1B | 0 | 61 | 10 | 57 | 136 | 5E | 6 |
| Octal | 40 | 1 | 33 | 0 | 141 | 20 | 127 | 466 | 136 | 6 |
| Binary | 100000 | 1 | 11011 | 0 | 1100001 | 10000 | 1010111 | 100110110 | 1011110 | 110 |
Color Harmonies of #20011B
Complementary color
Monochromatic Colors of #20011B
Black with #20011B
Text Example
Text Example
White with #20011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20011B; }
p { color: rgb(32,1,27); }
H1.HeaderClassName
{
color: #20011B;
}
.AnyTagClassName
{
color: #20011B;
}
</style>
background-color css
<style>
a { background-color: #20011B; }
a { background-color: rgb(32,1,27); }
div.DivClassName
{
background-color: #20011B;
}
.BgClassName
{
background-color: #20011B;
}
</style>
border-color css
<style>
span { border-color: #20011B; }
span { border-color: rgb(32,1,27); }
td.TdClassName
{
border-color: #20011B;
}
.TagClassName
{
border-color: #20011B;
}
</style>