Shades of Mardi Gras #141214
Tints of Mardi Gras #141214
RGB
CMYK
RGB Variations
Color information
#141214 (or 0x141214) is known color: Mardi Gras. HEX triplet: 14, 12 and 14. RGB value is (20,18,20). Sum of RGB (Red+Green+Blue) = 20+18+20=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #141214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141214 is #EBEDEB. Grayscale: #121212. Windows color (decimal): -15461868 or 1315348. OLE color: 1315348.
HSL color Cylindrical-coordinate representation of color #141214: hue angle of 300º degrees, saturation: 0.05, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #141214 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 18 | 20 | - |
| CMYK | 0 | 0.10 | 0 | 0.92 |
| HSL | 300º | 0.05% | 0.07% | - |
| HSV(B) | 300º | 0.1% | 0.08% | - |
| XYZ | 0.63 | 0.63 | 0.75 | - |
| YUV | 18.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 20 | 0 | 0.10 | 0 | 0.92 | 300 | 0.05 | 0.07 |
| Hex | 14 | 12 | 14 | 0 | A | 0 | 5C | 12C | 5 | 7 |
| Octal | 24 | 22 | 24 | 0 | 12 | 0 | 134 | 454 | 5 | 7 |
| Binary | 10100 | 10010 | 10100 | 0 | 1010 | 0 | 1011100 | 100101100 | 101 | 111 |
Color Harmonies of #141214
Complementary color
Monochromatic Colors of #141214
Black with #141214
Text Example
Text Example
White with #141214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141214; }
p { color: rgb(20,18,20); }
H1.HeaderClassName
{
color: #141214;
}
.AnyTagClassName
{
color: #141214;
}
</style>
background-color css
<style>
a { background-color: #141214; }
a { background-color: rgb(20,18,20); }
div.DivClassName
{
background-color: #141214;
}
.BgClassName
{
background-color: #141214;
}
</style>
border-color css
<style>
span { border-color: #141214; }
span { border-color: rgb(20,18,20); }
td.TdClassName
{
border-color: #141214;
}
.TagClassName
{
border-color: #141214;
}
</style>