Shades of Mardi Gras #140015
Tints of Mardi Gras #140015
RGB
CMYK
RGB Variations
Color information
#140015 (or 0x140015) is known color: Mardi Gras. HEX triplet: 14, 00 and 15. RGB value is (20,0,21). Sum of RGB (Red+Green+Blue) = 20+0+21=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #140015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140015 is #EBFFEA. Grayscale: #080808. Windows color (decimal): -15466475 or 1376276. OLE color: 1376276.
HSL color Cylindrical-coordinate representation of color #140015: hue angle of 297.14º 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 #140015 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 0 | 21 | - |
| CMYK | 0.05 | 1 | 0 | 0.92 |
| HSL | 297.14º | 1% | 0.04% | - |
| HSV(B) | 297.14º | 1% | 0.08% | - |
| XYZ | 0.42 | 0.2 | 0.73 | - |
| YUV | 8.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 21 | 0.05 | 1 | 0 | 0.92 | 297.14 | 1 | 0.04 |
| Hex | 14 | 0 | 15 | 5 | 64 | 0 | 5C | 129 | 64 | 4 |
| Octal | 24 | 0 | 25 | 5 | 144 | 0 | 134 | 451 | 144 | 4 |
| Binary | 10100 | 0 | 10101 | 101 | 1100100 | 0 | 1011100 | 100101001 | 1100100 | 100 |
Color Harmonies of #140015
Complementary color
Monochromatic Colors of #140015
Black with #140015
Text Example
Text Example
White with #140015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140015; }
p { color: rgb(20,0,21); }
H1.HeaderClassName
{
color: #140015;
}
.AnyTagClassName
{
color: #140015;
}
</style>
background-color css
<style>
a { background-color: #140015; }
a { background-color: rgb(20,0,21); }
div.DivClassName
{
background-color: #140015;
}
.BgClassName
{
background-color: #140015;
}
</style>
border-color css
<style>
span { border-color: #140015; }
span { border-color: rgb(20,0,21); }
td.TdClassName
{
border-color: #140015;
}
.TagClassName
{
border-color: #140015;
}
</style>