Shades of Mardi Gras #20051B
Tints of Mardi Gras #20051B
RGB
CMYK
RGB Variations
Color information
#20051B (or 0x20051B) is known color: Mardi Gras. HEX triplet: 20, 05 and 1B. RGB value is (32,5,27). Sum of RGB (Red+Green+Blue) = 32+5+27=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20051B is #DFFAE4. Grayscale: #0F0F0F. Windows color (decimal): -14678757 or 1770784. OLE color: 1770784.
HSL color Cylindrical-coordinate representation of color #20051B: hue angle of 311.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20051B is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 27 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.87 |
| HSL | 311.11º | 0.73% | 0.07% | - |
| HSV(B) | 311.11º | 0.84% | 0.13% | - |
| XYZ | 0.85 | 0.49 | 1.09 | - |
| YUV | 15.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 27 | 0 | 0.84 | 0.16 | 0.87 | 311.11 | 0.73 | 0.07 |
| Hex | 20 | 5 | 1B | 0 | 54 | 10 | 57 | 137 | 49 | 7 |
| Octal | 40 | 5 | 33 | 0 | 124 | 20 | 127 | 467 | 111 | 7 |
| Binary | 100000 | 101 | 11011 | 0 | 1010100 | 10000 | 1010111 | 100110111 | 1001001 | 111 |
Color Harmonies of #20051B
Complementary color
Monochromatic Colors of #20051B
Black with #20051B
Text Example
Text Example
White with #20051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20051B; }
p { color: rgb(32,5,27); }
H1.HeaderClassName
{
color: #20051B;
}
.AnyTagClassName
{
color: #20051B;
}
</style>
background-color css
<style>
a { background-color: #20051B; }
a { background-color: rgb(32,5,27); }
div.DivClassName
{
background-color: #20051B;
}
.BgClassName
{
background-color: #20051B;
}
</style>
border-color css
<style>
span { border-color: #20051B; }
span { border-color: rgb(32,5,27); }
td.TdClassName
{
border-color: #20051B;
}
.TagClassName
{
border-color: #20051B;
}
</style>