Shades of Mardi Gras #20141F
Tints of Mardi Gras #20141F
RGB
CMYK
RGB Variations
Color information
#20141F (or 0x20141F) is known color: Mardi Gras. HEX triplet: 20, 14 and 1F. RGB value is (32,20,31). Sum of RGB (Red+Green+Blue) = 32+20+31=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #20141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20141F is #DFEBE0. Grayscale: #181818. Windows color (decimal): -14674913 or 2036768. OLE color: 2036768.
HSL color Cylindrical-coordinate representation of color #20141F: hue angle of 305º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #20141F is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 31 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.87 |
| HSL | 305º | 0.23% | 0.1% | - |
| HSV(B) | 305º | 0.38% | 0.13% | - |
| XYZ | 1.09 | 0.91 | 1.41 | - |
| YUV | 24.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 31 | 0 | 0.37 | 0.03 | 0.87 | 305 | 0.23 | 0.1 |
| Hex | 20 | 14 | 1F | 0 | 25 | 3 | 57 | 131 | 17 | A |
| Octal | 40 | 24 | 37 | 0 | 45 | 3 | 127 | 461 | 27 | 12 |
| Binary | 100000 | 10100 | 11111 | 0 | 100101 | 11 | 1010111 | 100110001 | 10111 | 1010 |
Color Harmonies of #20141F
Complementary color
Monochromatic Colors of #20141F
Black with #20141F
Text Example
Text Example
White with #20141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20141F; }
p { color: rgb(32,20,31); }
H1.HeaderClassName
{
color: #20141F;
}
.AnyTagClassName
{
color: #20141F;
}
</style>
background-color css
<style>
a { background-color: #20141F; }
a { background-color: rgb(32,20,31); }
div.DivClassName
{
background-color: #20141F;
}
.BgClassName
{
background-color: #20141F;
}
</style>
border-color css
<style>
span { border-color: #20141F; }
span { border-color: rgb(32,20,31); }
td.TdClassName
{
border-color: #20141F;
}
.TagClassName
{
border-color: #20141F;
}
</style>