Shades of Mardi Gras #200E1F
Tints of Mardi Gras #200E1F
RGB
CMYK
RGB Variations
Color information
#200E1F (or 0x200E1F) is known color: Mardi Gras. HEX triplet: 20, 0E and 1F. RGB value is (32,14,31). Sum of RGB (Red+Green+Blue) = 32+14+31=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #200E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E1F is #DFF1E0. Grayscale: #151515. Windows color (decimal): -14676449 or 2035232. OLE color: 2035232.
HSL color Cylindrical-coordinate representation of color #200E1F: hue angle of 303.33º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #200E1F is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 31 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.87 |
| HSL | 303.33º | 0.39% | 0.09% | - |
| HSV(B) | 303.33º | 0.56% | 0.13% | - |
| XYZ | 1 | 0.72 | 1.38 | - |
| YUV | 21.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 31 | 0 | 0.56 | 0.03 | 0.87 | 303.33 | 0.39 | 0.09 |
| Hex | 20 | E | 1F | 0 | 38 | 3 | 57 | 12F | 27 | 9 |
| Octal | 40 | 16 | 37 | 0 | 70 | 3 | 127 | 457 | 47 | 11 |
| Binary | 100000 | 1110 | 11111 | 0 | 111000 | 11 | 1010111 | 100101111 | 100111 | 1001 |
Color Harmonies of #200E1F
Complementary color
Monochromatic Colors of #200E1F
Black with #200E1F
Text Example
Text Example
White with #200E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E1F; }
p { color: rgb(32,14,31); }
H1.HeaderClassName
{
color: #200E1F;
}
.AnyTagClassName
{
color: #200E1F;
}
</style>
background-color css
<style>
a { background-color: #200E1F; }
a { background-color: rgb(32,14,31); }
div.DivClassName
{
background-color: #200E1F;
}
.BgClassName
{
background-color: #200E1F;
}
</style>
border-color css
<style>
span { border-color: #200E1F; }
span { border-color: rgb(32,14,31); }
td.TdClassName
{
border-color: #200E1F;
}
.TagClassName
{
border-color: #200E1F;
}
</style>