Shades of Mardi Gras #20091C
Tints of Mardi Gras #20091C
RGB
CMYK
RGB Variations
Color information
#20091C (or 0x20091C) is known color: Mardi Gras. HEX triplet: 20, 09 and 1C. RGB value is (32,9,28). Sum of RGB (Red+Green+Blue) = 32+9+28=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #20091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20091C is #DFF6E3. Grayscale: #111111. Windows color (decimal): -14677732 or 1837344. OLE color: 1837344.
HSL color Cylindrical-coordinate representation of color #20091C: hue angle of 310.43º 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 #20091C is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 28 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.87 |
| HSL | 310.43º | 0.56% | 0.08% | - |
| HSV(B) | 310.43º | 0.72% | 0.13% | - |
| XYZ | 0.9 | 0.59 | 1.16 | - |
| YUV | 18.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 28 | 0 | 0.72 | 0.12 | 0.87 | 310.43 | 0.56 | 0.08 |
| Hex | 20 | 9 | 1C | 0 | 48 | C | 57 | 136 | 38 | 8 |
| Octal | 40 | 11 | 34 | 0 | 110 | 14 | 127 | 466 | 70 | 10 |
| Binary | 100000 | 1001 | 11100 | 0 | 1001000 | 1100 | 1010111 | 100110110 | 111000 | 1000 |
Color Harmonies of #20091C
Complementary color
Monochromatic Colors of #20091C
Black with #20091C
Text Example
Text Example
White with #20091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20091C; }
p { color: rgb(32,9,28); }
H1.HeaderClassName
{
color: #20091C;
}
.AnyTagClassName
{
color: #20091C;
}
</style>
background-color css
<style>
a { background-color: #20091C; }
a { background-color: rgb(32,9,28); }
div.DivClassName
{
background-color: #20091C;
}
.BgClassName
{
background-color: #20091C;
}
</style>
border-color css
<style>
span { border-color: #20091C; }
span { border-color: rgb(32,9,28); }
td.TdClassName
{
border-color: #20091C;
}
.TagClassName
{
border-color: #20091C;
}
</style>