Shades of Mardi Gras #200A1F
Tints of Mardi Gras #200A1F
RGB
CMYK
RGB Variations
Color information
#200A1F (or 0x200A1F) is known color: Mardi Gras. HEX triplet: 20, 0A and 1F. RGB value is (32,10,31). Sum of RGB (Red+Green+Blue) = 32+10+31=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #200A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A1F is #DFF5E0. Grayscale: #121212. Windows color (decimal): -14677473 or 2034208. OLE color: 2034208.
HSL color Cylindrical-coordinate representation of color #200A1F: hue angle of 302.73º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A1F is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 10 | 31 | - |
CMYK | 0 | 0.69 | 0.03 | 0.87 |
HSL | 302.73º | 0.52% | 0.08% | - |
HSV(B) | 302.73º | 0.69% | 0.13% | - |
XYZ | 0.95 | 0.62 | 1.37 | - |
YUV | 18.97 | 134.79 | 137.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 10 | 31 | 0 | 0.69 | 0.03 | 0.87 | 302.73 | 0.52 | 0.08 |
Hex | 20 | A | 1F | 0 | 45 | 3 | 57 | 12F | 34 | 8 |
Octal | 40 | 12 | 37 | 0 | 105 | 3 | 127 | 457 | 64 | 10 |
Binary | 100000 | 1010 | 11111 | 0 | 1000101 | 11 | 1010111 | 100101111 | 110100 | 1000 |
Color Harmonies of #200A1F
Complementary color
Monochromatic Colors of #200A1F
Black with #200A1F
Text Example
Text Example
White with #200A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A1F; }
p { color: rgb(32,10,31); }
H1.HeaderClassName
{
color: #200A1F;
}
.AnyTagClassName
{
color: #200A1F;
}
</style>
background-color css
<style>
a { background-color: #200A1F; }
a { background-color: rgb(32,10,31); }
div.DivClassName
{
background-color: #200A1F;
}
.BgClassName
{
background-color: #200A1F;
}
</style>
border-color css
<style>
span { border-color: #200A1F; }
span { border-color: rgb(32,10,31); }
td.TdClassName
{
border-color: #200A1F;
}
.TagClassName
{
border-color: #200A1F;
}
</style>