Shades of Mardi Gras #20151F
Tints of Mardi Gras #20151F
RGB
CMYK
RGB Variations
Color information
#20151F (or 0x20151F) is known color: Mardi Gras. HEX triplet: 20, 15 and 1F. RGB value is (32,21,31). Sum of RGB (Red+Green+Blue) = 32+21+31=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #20151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151F is #DFEAE0. Grayscale: #191919. Windows color (decimal): -14674657 or 2037024. OLE color: 2037024.
HSL color Cylindrical-coordinate representation of color #20151F: hue angle of 305.45º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #20151F is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 31 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.87 |
| HSL | 305.45º | 0.21% | 0.1% | - |
| HSV(B) | 305.45º | 0.34% | 0.13% | - |
| XYZ | 1.11 | 0.94 | 1.42 | - |
| YUV | 25.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 31 | 0 | 0.34 | 0.03 | 0.87 | 305.45 | 0.21 | 0.1 |
| Hex | 20 | 15 | 1F | 0 | 22 | 3 | 57 | 131 | 15 | A |
| Octal | 40 | 25 | 37 | 0 | 42 | 3 | 127 | 461 | 25 | 12 |
| Binary | 100000 | 10101 | 11111 | 0 | 100010 | 11 | 1010111 | 100110001 | 10101 | 1010 |
Color Harmonies of #20151F
Complementary color
Monochromatic Colors of #20151F
Black with #20151F
Text Example
Text Example
White with #20151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20151F; }
p { color: rgb(32,21,31); }
H1.HeaderClassName
{
color: #20151F;
}
.AnyTagClassName
{
color: #20151F;
}
</style>
background-color css
<style>
a { background-color: #20151F; }
a { background-color: rgb(32,21,31); }
div.DivClassName
{
background-color: #20151F;
}
.BgClassName
{
background-color: #20151F;
}
</style>
border-color css
<style>
span { border-color: #20151F; }
span { border-color: rgb(32,21,31); }
td.TdClassName
{
border-color: #20151F;
}
.TagClassName
{
border-color: #20151F;
}
</style>