Shades of Mardi Gras #140213
Tints of Mardi Gras #140213
RGB
CMYK
RGB Variations
Color information
#140213 (or 0x140213) is known color: Mardi Gras. HEX triplet: 14, 02 and 13. RGB value is (20,2,19). Sum of RGB (Red+Green+Blue) = 20+2+19=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140213 is #EBFDEC. Grayscale: #090909. Windows color (decimal): -15465965 or 1245716. OLE color: 1245716.
HSL color Cylindrical-coordinate representation of color #140213: hue angle of 303.33º 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 #140213 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 19 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.92 |
| HSL | 303.33º | 0.82% | 0.04% | - |
| HSV(B) | 303.33º | 0.9% | 0.08% | - |
| XYZ | 0.43 | 0.24 | 0.64 | - |
| YUV | 9.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 19 | 0 | 0.90 | 0.05 | 0.92 | 303.33 | 0.82 | 0.04 |
| Hex | 14 | 2 | 13 | 0 | 5A | 5 | 5C | 12F | 52 | 4 |
| Octal | 24 | 2 | 23 | 0 | 132 | 5 | 134 | 457 | 122 | 4 |
| Binary | 10100 | 10 | 10011 | 0 | 1011010 | 101 | 1011100 | 100101111 | 1010010 | 100 |
Color Harmonies of #140213
Complementary color
Monochromatic Colors of #140213
Black with #140213
Text Example
Text Example
White with #140213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140213; }
p { color: rgb(20,2,19); }
H1.HeaderClassName
{
color: #140213;
}
.AnyTagClassName
{
color: #140213;
}
</style>
background-color css
<style>
a { background-color: #140213; }
a { background-color: rgb(20,2,19); }
div.DivClassName
{
background-color: #140213;
}
.BgClassName
{
background-color: #140213;
}
</style>
border-color css
<style>
span { border-color: #140213; }
span { border-color: rgb(20,2,19); }
td.TdClassName
{
border-color: #140213;
}
.TagClassName
{
border-color: #140213;
}
</style>