Shades of Mardi Gras #140214
Tints of Mardi Gras #140214
RGB
CMYK
RGB Variations
Color information
#140214 (or 0x140214) is known color: Mardi Gras. HEX triplet: 14, 02 and 14. RGB value is (20,2,20). Sum of RGB (Red+Green+Blue) = 20+2+20=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140214 is #EBFDEB. Grayscale: #090909. Windows color (decimal): -15465964 or 1311252. OLE color: 1311252.
HSL color Cylindrical-coordinate representation of color #140214: hue angle of 300º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140214 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 20 | - |
| CMYK | 0 | 0.90 | 0 | 0.92 |
| HSL | 300º | 0.82% | 0.04% | - |
| HSV(B) | 300º | 0.9% | 0.08% | - |
| XYZ | 0.44 | 0.24 | 0.69 | - |
| YUV | 9.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 20 | 0 | 0.90 | 0 | 0.92 | 300 | 0.82 | 0.04 |
| Hex | 14 | 2 | 14 | 0 | 5A | 0 | 5C | 12C | 52 | 4 |
| Octal | 24 | 2 | 24 | 0 | 132 | 0 | 134 | 454 | 122 | 4 |
| Binary | 10100 | 10 | 10100 | 0 | 1011010 | 0 | 1011100 | 100101100 | 1010010 | 100 |
Color Harmonies of #140214
Complementary color
Monochromatic Colors of #140214
Black with #140214
Text Example
Text Example
White with #140214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140214; }
p { color: rgb(20,2,20); }
H1.HeaderClassName
{
color: #140214;
}
.AnyTagClassName
{
color: #140214;
}
</style>
background-color css
<style>
a { background-color: #140214; }
a { background-color: rgb(20,2,20); }
div.DivClassName
{
background-color: #140214;
}
.BgClassName
{
background-color: #140214;
}
</style>
border-color css
<style>
span { border-color: #140214; }
span { border-color: rgb(20,2,20); }
td.TdClassName
{
border-color: #140214;
}
.TagClassName
{
border-color: #140214;
}
</style>