Shades of Mardi Gras #20111E
Tints of Mardi Gras #20111E
RGB
CMYK
RGB Variations
Color information
#20111E (or 0x20111E) is known color: Mardi Gras. HEX triplet: 20, 11 and 1E. RGB value is (32,17,30). Sum of RGB (Red+Green+Blue) = 32+17+30=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #20111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20111E is #DFEEE1. Grayscale: #161616. Windows color (decimal): -14675682 or 1970464. OLE color: 1970464.
HSL color Cylindrical-coordinate representation of color #20111E: hue angle of 308º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20111E is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 30 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.87 |
| HSL | 308º | 0.31% | 0.1% | - |
| HSV(B) | 308º | 0.47% | 0.13% | - |
| XYZ | 1.03 | 0.8 | 1.33 | - |
| YUV | 22.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 30 | 0 | 0.47 | 0.06 | 0.87 | 308 | 0.31 | 0.1 |
| Hex | 20 | 11 | 1E | 0 | 2F | 6 | 57 | 134 | 1F | A |
| Octal | 40 | 21 | 36 | 0 | 57 | 6 | 127 | 464 | 37 | 12 |
| Binary | 100000 | 10001 | 11110 | 0 | 101111 | 110 | 1010111 | 100110100 | 11111 | 1010 |
Color Harmonies of #20111E
Complementary color
Monochromatic Colors of #20111E
Black with #20111E
Text Example
Text Example
White with #20111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20111E; }
p { color: rgb(32,17,30); }
H1.HeaderClassName
{
color: #20111E;
}
.AnyTagClassName
{
color: #20111E;
}
</style>
background-color css
<style>
a { background-color: #20111E; }
a { background-color: rgb(32,17,30); }
div.DivClassName
{
background-color: #20111E;
}
.BgClassName
{
background-color: #20111E;
}
</style>
border-color css
<style>
span { border-color: #20111E; }
span { border-color: rgb(32,17,30); }
td.TdClassName
{
border-color: #20111E;
}
.TagClassName
{
border-color: #20111E;
}
</style>