Shades of Mardi Gras #20091F
Tints of Mardi Gras #20091F
RGB
CMYK
RGB Variations
Color information
#20091F (or 0x20091F) is known color: Mardi Gras. HEX triplet: 20, 09 and 1F. RGB value is (32,9,31). Sum of RGB (Red+Green+Blue) = 32+9+31=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #20091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20091F is #DFF6E0. Grayscale: #121212. Windows color (decimal): -14677729 or 2033952. OLE color: 2033952.
HSL color Cylindrical-coordinate representation of color #20091F: hue angle of 302.61º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20091F is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 31 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.87 |
| HSL | 302.61º | 0.56% | 0.08% | - |
| HSV(B) | 302.61º | 0.72% | 0.13% | - |
| XYZ | 0.94 | 0.6 | 1.36 | - |
| YUV | 18.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 31 | 0 | 0.72 | 0.03 | 0.87 | 302.61 | 0.56 | 0.08 |
| Hex | 20 | 9 | 1F | 0 | 48 | 3 | 57 | 12F | 38 | 8 |
| Octal | 40 | 11 | 37 | 0 | 110 | 3 | 127 | 457 | 70 | 10 |
| Binary | 100000 | 1001 | 11111 | 0 | 1001000 | 11 | 1010111 | 100101111 | 111000 | 1000 |
Color Harmonies of #20091F
Complementary color
Monochromatic Colors of #20091F
Black with #20091F
Text Example
Text Example
White with #20091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20091F; }
p { color: rgb(32,9,31); }
H1.HeaderClassName
{
color: #20091F;
}
.AnyTagClassName
{
color: #20091F;
}
</style>
background-color css
<style>
a { background-color: #20091F; }
a { background-color: rgb(32,9,31); }
div.DivClassName
{
background-color: #20091F;
}
.BgClassName
{
background-color: #20091F;
}
</style>
border-color css
<style>
span { border-color: #20091F; }
span { border-color: rgb(32,9,31); }
td.TdClassName
{
border-color: #20091F;
}
.TagClassName
{
border-color: #20091F;
}
</style>