Shades of Mardi Gras #20131F
Tints of Mardi Gras #20131F
RGB
CMYK
RGB Variations
Color information
#20131F (or 0x20131F) is known color: Mardi Gras. HEX triplet: 20, 13 and 1F. RGB value is (32,19,31). Sum of RGB (Red+Green+Blue) = 32+19+31=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #20131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131F is #DFECE0. Grayscale: #181818. Windows color (decimal): -14675169 or 2036512. OLE color: 2036512.
HSL color Cylindrical-coordinate representation of color #20131F: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #20131F is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 19 | 31 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.87 |
| HSL | 304.62º | 0.25% | 0.1% | - |
| HSV(B) | 304.62º | 0.41% | 0.13% | - |
| XYZ | 1.08 | 0.87 | 1.41 | - |
| YUV | 24.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 31 | 0 | 0.41 | 0.03 | 0.87 | 304.62 | 0.25 | 0.1 |
| Hex | 20 | 13 | 1F | 0 | 29 | 3 | 57 | 131 | 19 | A |
| Octal | 40 | 23 | 37 | 0 | 51 | 3 | 127 | 461 | 31 | 12 |
| Binary | 100000 | 10011 | 11111 | 0 | 101001 | 11 | 1010111 | 100110001 | 11001 | 1010 |
Color Harmonies of #20131F
Complementary color
Monochromatic Colors of #20131F
Black with #20131F
Text Example
Text Example
White with #20131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20131F; }
p { color: rgb(32,19,31); }
H1.HeaderClassName
{
color: #20131F;
}
.AnyTagClassName
{
color: #20131F;
}
</style>
background-color css
<style>
a { background-color: #20131F; }
a { background-color: rgb(32,19,31); }
div.DivClassName
{
background-color: #20131F;
}
.BgClassName
{
background-color: #20131F;
}
</style>
border-color css
<style>
span { border-color: #20131F; }
span { border-color: rgb(32,19,31); }
td.TdClassName
{
border-color: #20131F;
}
.TagClassName
{
border-color: #20131F;
}
</style>