Shades of Mardi Gras #140113
Tints of Mardi Gras #140113
RGB
CMYK
RGB Variations
Color information
#140113 (or 0x140113) is known color: Mardi Gras. HEX triplet: 14, 01 and 13. RGB value is (20,1,19). Sum of RGB (Red+Green+Blue) = 20+1+19=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140113 is #EBFEEC. Grayscale: #080808. Windows color (decimal): -15466221 or 1245460. OLE color: 1245460.
HSL color Cylindrical-coordinate representation of color #140113: hue angle of 303.16º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140113 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 1 | 19 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.92 |
| HSL | 303.16º | 0.9% | 0.04% | - |
| HSV(B) | 303.16º | 0.95% | 0.08% | - |
| XYZ | 0.42 | 0.22 | 0.64 | - |
| YUV | 8.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 19 | 0 | 0.95 | 0.05 | 0.92 | 303.16 | 0.9 | 0.04 |
| Hex | 14 | 1 | 13 | 0 | 5F | 5 | 5C | 12F | 5A | 4 |
| Octal | 24 | 1 | 23 | 0 | 137 | 5 | 134 | 457 | 132 | 4 |
| Binary | 10100 | 1 | 10011 | 0 | 1011111 | 101 | 1011100 | 100101111 | 1011010 | 100 |
Color Harmonies of #140113
Complementary color
Monochromatic Colors of #140113
Black with #140113
Text Example
Text Example
White with #140113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140113; }
p { color: rgb(20,1,19); }
H1.HeaderClassName
{
color: #140113;
}
.AnyTagClassName
{
color: #140113;
}
</style>
background-color css
<style>
a { background-color: #140113; }
a { background-color: rgb(20,1,19); }
div.DivClassName
{
background-color: #140113;
}
.BgClassName
{
background-color: #140113;
}
</style>
border-color css
<style>
span { border-color: #140113; }
span { border-color: rgb(20,1,19); }
td.TdClassName
{
border-color: #140113;
}
.TagClassName
{
border-color: #140113;
}
</style>