Shades of Mardi Gras #140013
Tints of Mardi Gras #140013
RGB
CMYK
RGB Variations
Color information
#140013 (or 0x140013) is known color: Mardi Gras. HEX triplet: 14, 00 and 13. RGB value is (20,0,19). Sum of RGB (Red+Green+Blue) = 20+0+19=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140013 is #EBFFEC. Grayscale: #080808. Windows color (decimal): -15466477 or 1245204. OLE color: 1245204.
HSL color Cylindrical-coordinate representation of color #140013: hue angle of 303º 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 #140013 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.05 | 0.92 |
| HSL | 303º | 1% | 0.04% | - |
| HSV(B) | 303º | 1% | 0.08% | - |
| XYZ | 0.41 | 0.2 | 0.63 | - |
| YUV | 8.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 19 | 0 | 1 | 0.05 | 0.92 | 303 | 1 | 0.04 |
| Hex | 14 | 0 | 13 | 0 | 64 | 5 | 5C | 12F | 64 | 4 |
| Octal | 24 | 0 | 23 | 0 | 144 | 5 | 134 | 457 | 144 | 4 |
| Binary | 10100 | 0 | 10011 | 0 | 1100100 | 101 | 1011100 | 100101111 | 1100100 | 100 |
Color Harmonies of #140013
Complementary color
Monochromatic Colors of #140013
Black with #140013
Text Example
Text Example
White with #140013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140013; }
p { color: rgb(20,0,19); }
H1.HeaderClassName
{
color: #140013;
}
.AnyTagClassName
{
color: #140013;
}
</style>
background-color css
<style>
a { background-color: #140013; }
a { background-color: rgb(20,0,19); }
div.DivClassName
{
background-color: #140013;
}
.BgClassName
{
background-color: #140013;
}
</style>
border-color css
<style>
span { border-color: #140013; }
span { border-color: rgb(20,0,19); }
td.TdClassName
{
border-color: #140013;
}
.TagClassName
{
border-color: #140013;
}
</style>