Shades of Mardi Gras #140F14
Tints of Mardi Gras #140F14
RGB
CMYK
RGB Variations
Color information
#140F14 (or 0x140F14) is known color: Mardi Gras. HEX triplet: 14, 0F and 14. RGB value is (20,15,20). Sum of RGB (Red+Green+Blue) = 20+15+20=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F14 is #EBF0EB. Grayscale: #111111. Windows color (decimal): -15462636 or 1314580. OLE color: 1314580.
HSL color Cylindrical-coordinate representation of color #140F14: hue angle of 300º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #140F14 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 20 | - |
| CMYK | 0 | 0.25 | 0 | 0.92 |
| HSL | 300º | 0.14% | 0.07% | - |
| HSV(B) | 300º | 0.25% | 0.08% | - |
| XYZ | 0.59 | 0.54 | 0.74 | - |
| YUV | 17.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 20 | 0 | 0.25 | 0 | 0.92 | 300 | 0.14 | 0.07 |
| Hex | 14 | F | 14 | 0 | 19 | 0 | 5C | 12C | E | 7 |
| Octal | 24 | 17 | 24 | 0 | 31 | 0 | 134 | 454 | 16 | 7 |
| Binary | 10100 | 1111 | 10100 | 0 | 11001 | 0 | 1011100 | 100101100 | 1110 | 111 |
Color Harmonies of #140F14
Complementary color
Monochromatic Colors of #140F14
Black with #140F14
Text Example
Text Example
White with #140F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F14; }
p { color: rgb(20,15,20); }
H1.HeaderClassName
{
color: #140F14;
}
.AnyTagClassName
{
color: #140F14;
}
</style>
background-color css
<style>
a { background-color: #140F14; }
a { background-color: rgb(20,15,20); }
div.DivClassName
{
background-color: #140F14;
}
.BgClassName
{
background-color: #140F14;
}
</style>
border-color css
<style>
span { border-color: #140F14; }
span { border-color: rgb(20,15,20); }
td.TdClassName
{
border-color: #140F14;
}
.TagClassName
{
border-color: #140F14;
}
</style>