Shades of Mardi Gras #140012
Tints of Mardi Gras #140012
RGB
CMYK
RGB Variations
Color information
#140012 (or 0x140012) is known color: Mardi Gras. HEX triplet: 14, 00 and 12. RGB value is (20,0,18). Sum of RGB (Red+Green+Blue) = 20+0+18=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #140012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140012 is #EBFFED. Grayscale: #070707. Windows color (decimal): -15466478 or 1179668. OLE color: 1179668.
HSL color Cylindrical-coordinate representation of color #140012: hue angle of 306º 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 #140012 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.10 | 0.92 |
| HSL | 306º | 1% | 0.04% | - |
| HSV(B) | 306º | 1% | 0.08% | - |
| XYZ | 0.4 | 0.19 | 0.59 | - |
| YUV | 8.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 18 | 0 | 1 | 0.10 | 0.92 | 306 | 1 | 0.04 |
| Hex | 14 | 0 | 12 | 0 | 64 | A | 5C | 132 | 64 | 4 |
| Octal | 24 | 0 | 22 | 0 | 144 | 12 | 134 | 462 | 144 | 4 |
| Binary | 10100 | 0 | 10010 | 0 | 1100100 | 1010 | 1011100 | 100110010 | 1100100 | 100 |
Color Harmonies of #140012
Complementary color
Monochromatic Colors of #140012
Black with #140012
Text Example
Text Example
White with #140012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140012; }
p { color: rgb(20,0,18); }
H1.HeaderClassName
{
color: #140012;
}
.AnyTagClassName
{
color: #140012;
}
</style>
background-color css
<style>
a { background-color: #140012; }
a { background-color: rgb(20,0,18); }
div.DivClassName
{
background-color: #140012;
}
.BgClassName
{
background-color: #140012;
}
</style>
border-color css
<style>
span { border-color: #140012; }
span { border-color: rgb(20,0,18); }
td.TdClassName
{
border-color: #140012;
}
.TagClassName
{
border-color: #140012;
}
</style>