Shades of Mardi Gras #20051F
Tints of Mardi Gras #20051F
RGB
CMYK
RGB Variations
Color information
#20051F (or 0x20051F) is known color: Mardi Gras. HEX triplet: 20, 05 and 1F. RGB value is (32,5,31). Sum of RGB (Red+Green+Blue) = 32+5+31=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #20051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20051F is #DFFAE0. Grayscale: #0F0F0F. Windows color (decimal): -14678753 or 2032928. OLE color: 2032928.
HSL color Cylindrical-coordinate representation of color #20051F: hue angle of 302.22º 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 #20051F is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 31 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.87 |
| HSL | 302.22º | 0.73% | 0.07% | - |
| HSV(B) | 302.22º | 0.84% | 0.13% | - |
| XYZ | 0.9 | 0.51 | 1.35 | - |
| YUV | 16.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 31 | 0 | 0.84 | 0.03 | 0.87 | 302.22 | 0.73 | 0.07 |
| Hex | 20 | 5 | 1F | 0 | 54 | 3 | 57 | 12E | 49 | 7 |
| Octal | 40 | 5 | 37 | 0 | 124 | 3 | 127 | 456 | 111 | 7 |
| Binary | 100000 | 101 | 11111 | 0 | 1010100 | 11 | 1010111 | 100101110 | 1001001 | 111 |
Color Harmonies of #20051F
Complementary color
Monochromatic Colors of #20051F
Black with #20051F
Text Example
Text Example
White with #20051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20051F; }
p { color: rgb(32,5,31); }
H1.HeaderClassName
{
color: #20051F;
}
.AnyTagClassName
{
color: #20051F;
}
</style>
background-color css
<style>
a { background-color: #20051F; }
a { background-color: rgb(32,5,31); }
div.DivClassName
{
background-color: #20051F;
}
.BgClassName
{
background-color: #20051F;
}
</style>
border-color css
<style>
span { border-color: #20051F; }
span { border-color: rgb(32,5,31); }
td.TdClassName
{
border-color: #20051F;
}
.TagClassName
{
border-color: #20051F;
}
</style>