Shades of Mardi Gras #200D1F
Tints of Mardi Gras #200D1F
RGB
CMYK
RGB Variations
Color information
#200D1F (or 0x200D1F) is known color: Mardi Gras. HEX triplet: 20, 0D and 1F. RGB value is (32,13,31). Sum of RGB (Red+Green+Blue) = 32+13+31=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #200D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D1F is #DFF2E0. Grayscale: #141414. Windows color (decimal): -14676705 or 2034976. OLE color: 2034976.
HSL color Cylindrical-coordinate representation of color #200D1F: hue angle of 303.16º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #200D1F is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 13 | 31 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.87 |
| HSL | 303.16º | 0.42% | 0.09% | - |
| HSV(B) | 303.16º | 0.59% | 0.13% | - |
| XYZ | 0.99 | 0.69 | 1.38 | - |
| YUV | 20.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 31 | 0 | 0.59 | 0.03 | 0.87 | 303.16 | 0.42 | 0.09 |
| Hex | 20 | D | 1F | 0 | 3B | 3 | 57 | 12F | 2A | 9 |
| Octal | 40 | 15 | 37 | 0 | 73 | 3 | 127 | 457 | 52 | 11 |
| Binary | 100000 | 1101 | 11111 | 0 | 111011 | 11 | 1010111 | 100101111 | 101010 | 1001 |
Color Harmonies of #200D1F
Complementary color
Monochromatic Colors of #200D1F
Black with #200D1F
Text Example
Text Example
White with #200D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D1F; }
p { color: rgb(32,13,31); }
H1.HeaderClassName
{
color: #200D1F;
}
.AnyTagClassName
{
color: #200D1F;
}
</style>
background-color css
<style>
a { background-color: #200D1F; }
a { background-color: rgb(32,13,31); }
div.DivClassName
{
background-color: #200D1F;
}
.BgClassName
{
background-color: #200D1F;
}
</style>
border-color css
<style>
span { border-color: #200D1F; }
span { border-color: rgb(32,13,31); }
td.TdClassName
{
border-color: #200D1F;
}
.TagClassName
{
border-color: #200D1F;
}
</style>