Shades of Mardi Gras #200C1F
Tints of Mardi Gras #200C1F
RGB
CMYK
RGB Variations
Color information
#200C1F (or 0x200C1F) is known color: Mardi Gras. HEX triplet: 20, 0C and 1F. RGB value is (32,12,31). Sum of RGB (Red+Green+Blue) = 32+12+31=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #200C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C1F is #DFF3E0. Grayscale: #141414. Windows color (decimal): -14676961 or 2034720. OLE color: 2034720.
HSL color Cylindrical-coordinate representation of color #200C1F: hue angle of 303º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200C1F is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 12 | 31 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.87 |
| HSL | 303º | 0.45% | 0.09% | - |
| HSV(B) | 303º | 0.63% | 0.13% | - |
| XYZ | 0.97 | 0.67 | 1.37 | - |
| YUV | 20.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 31 | 0 | 0.63 | 0.03 | 0.87 | 303 | 0.45 | 0.09 |
| Hex | 20 | C | 1F | 0 | 3F | 3 | 57 | 12F | 2D | 9 |
| Octal | 40 | 14 | 37 | 0 | 77 | 3 | 127 | 457 | 55 | 11 |
| Binary | 100000 | 1100 | 11111 | 0 | 111111 | 11 | 1010111 | 100101111 | 101101 | 1001 |
Color Harmonies of #200C1F
Complementary color
Monochromatic Colors of #200C1F
Black with #200C1F
Text Example
Text Example
White with #200C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C1F; }
p { color: rgb(32,12,31); }
H1.HeaderClassName
{
color: #200C1F;
}
.AnyTagClassName
{
color: #200C1F;
}
</style>
background-color css
<style>
a { background-color: #200C1F; }
a { background-color: rgb(32,12,31); }
div.DivClassName
{
background-color: #200C1F;
}
.BgClassName
{
background-color: #200C1F;
}
</style>
border-color css
<style>
span { border-color: #200C1F; }
span { border-color: rgb(32,12,31); }
td.TdClassName
{
border-color: #200C1F;
}
.TagClassName
{
border-color: #200C1F;
}
</style>