Shades of Mardi Gras #20031F
Tints of Mardi Gras #20031F
RGB
CMYK
RGB Variations
Color information
#20031F (or 0x20031F) is known color: Mardi Gras. HEX triplet: 20, 03 and 1F. RGB value is (32,3,31). Sum of RGB (Red+Green+Blue) = 32+3+31=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20031F is #DFFCE0. Grayscale: #0E0E0E. Windows color (decimal): -14679265 or 2032416. OLE color: 2032416.
HSL color Cylindrical-coordinate representation of color #20031F: hue angle of 302.07º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20031F is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 31 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.87 |
| HSL | 302.07º | 0.83% | 0.07% | - |
| HSV(B) | 302.07º | 0.91% | 0.13% | - |
| XYZ | 0.88 | 0.47 | 1.34 | - |
| YUV | 14.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 31 | 0 | 0.91 | 0.03 | 0.87 | 302.07 | 0.83 | 0.07 |
| Hex | 20 | 3 | 1F | 0 | 5B | 3 | 57 | 12E | 53 | 7 |
| Octal | 40 | 3 | 37 | 0 | 133 | 3 | 127 | 456 | 123 | 7 |
| Binary | 100000 | 11 | 11111 | 0 | 1011011 | 11 | 1010111 | 100101110 | 1010011 | 111 |
Color Harmonies of #20031F
Complementary color
Monochromatic Colors of #20031F
Black with #20031F
Text Example
Text Example
White with #20031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20031F; }
p { color: rgb(32,3,31); }
H1.HeaderClassName
{
color: #20031F;
}
.AnyTagClassName
{
color: #20031F;
}
</style>
background-color css
<style>
a { background-color: #20031F; }
a { background-color: rgb(32,3,31); }
div.DivClassName
{
background-color: #20031F;
}
.BgClassName
{
background-color: #20031F;
}
</style>
border-color css
<style>
span { border-color: #20031F; }
span { border-color: rgb(32,3,31); }
td.TdClassName
{
border-color: #20031F;
}
.TagClassName
{
border-color: #20031F;
}
</style>