Shades of Mardi Gras #140011
Tints of Mardi Gras #140011
RGB
CMYK
RGB Variations
Color information
#140011 (or 0x140011) is known color: Mardi Gras. HEX triplet: 14, 00 and 11. RGB value is (20,0,17). Sum of RGB (Red+Green+Blue) = 20+0+17=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140011 is #EBFFEE. Grayscale: #070707. Windows color (decimal): -15466479 or 1114132. OLE color: 1114132.
HSL color Cylindrical-coordinate representation of color #140011: hue angle of 309º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140011 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.15 | 0.92 |
| HSL | 309º | 1% | 0.04% | - |
| HSV(B) | 309º | 1% | 0.08% | - |
| XYZ | 0.39 | 0.19 | 0.55 | - |
| YUV | 7.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 17 | 0 | 1 | 0.15 | 0.92 | 309 | 1 | 0.04 |
| Hex | 14 | 0 | 11 | 0 | 64 | F | 5C | 135 | 64 | 4 |
| Octal | 24 | 0 | 21 | 0 | 144 | 17 | 134 | 465 | 144 | 4 |
| Binary | 10100 | 0 | 10001 | 0 | 1100100 | 1111 | 1011100 | 100110101 | 1100100 | 100 |
Color Harmonies of #140011
Complementary color
Monochromatic Colors of #140011
Black with #140011
Text Example
Text Example
White with #140011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140011; }
p { color: rgb(20,0,17); }
H1.HeaderClassName
{
color: #140011;
}
.AnyTagClassName
{
color: #140011;
}
</style>
background-color css
<style>
a { background-color: #140011; }
a { background-color: rgb(20,0,17); }
div.DivClassName
{
background-color: #140011;
}
.BgClassName
{
background-color: #140011;
}
</style>
border-color css
<style>
span { border-color: #140011; }
span { border-color: rgb(20,0,17); }
td.TdClassName
{
border-color: #140011;
}
.TagClassName
{
border-color: #140011;
}
</style>