Shades of Mardi Gras #150016
Tints of Mardi Gras #150016
RGB
CMYK
RGB Variations
Color information
#150016 (or 0x150016) is known color: Mardi Gras. HEX triplet: 15, 00 and 16. RGB value is (21,0,22). Sum of RGB (Red+Green+Blue) = 21+0+22=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #150016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150016 is #EAFFE9. Grayscale: #080808. Windows color (decimal): -15400938 or 1441813. OLE color: 1441813.
HSL color Cylindrical-coordinate representation of color #150016: hue angle of 297.27º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150016 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 0 | 22 | - |
| CMYK | 0.05 | 1 | 0 | 0.91 |
| HSL | 297.27º | 1% | 0.04% | - |
| HSV(B) | 297.27º | 1% | 0.09% | - |
| XYZ | 0.45 | 0.22 | 0.78 | - |
| YUV | 8.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 22 | 0.05 | 1 | 0 | 0.91 | 297.27 | 1 | 0.04 |
| Hex | 15 | 0 | 16 | 5 | 64 | 0 | 5B | 129 | 64 | 4 |
| Octal | 25 | 0 | 26 | 5 | 144 | 0 | 133 | 451 | 144 | 4 |
| Binary | 10101 | 0 | 10110 | 101 | 1100100 | 0 | 1011011 | 100101001 | 1100100 | 100 |
Color Harmonies of #150016
Complementary color
Monochromatic Colors of #150016
Black with #150016
Text Example
Text Example
White with #150016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150016; }
p { color: rgb(21,0,22); }
H1.HeaderClassName
{
color: #150016;
}
.AnyTagClassName
{
color: #150016;
}
</style>
background-color css
<style>
a { background-color: #150016; }
a { background-color: rgb(21,0,22); }
div.DivClassName
{
background-color: #150016;
}
.BgClassName
{
background-color: #150016;
}
</style>
border-color css
<style>
span { border-color: #150016; }
span { border-color: rgb(21,0,22); }
td.TdClassName
{
border-color: #150016;
}
.TagClassName
{
border-color: #150016;
}
</style>