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