Shades of Mardi Gras #150716
Tints of Mardi Gras #150716
RGB
CMYK
RGB Variations
Color information
#150716 (or 0x150716) is known color: Mardi Gras. HEX triplet: 15, 07 and 16. RGB value is (21,7,22). Sum of RGB (Red+Green+Blue) = 21+7+22=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #150716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150716 is #EAF8E9. Grayscale: #0C0C0C. Windows color (decimal): -15399146 or 1443605. OLE color: 1443605.
HSL color Cylindrical-coordinate representation of color #150716: hue angle of 296º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #150716 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 7 | 22 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.91 |
| HSL | 296º | 0.52% | 0.06% | - |
| HSV(B) | 296º | 0.68% | 0.09% | - |
| XYZ | 0.53 | 0.37 | 0.8 | - |
| YUV | 12.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 22 | 0.05 | 0.68 | 0 | 0.91 | 296 | 0.52 | 0.06 |
| Hex | 15 | 7 | 16 | 5 | 44 | 0 | 5B | 128 | 34 | 6 |
| Octal | 25 | 7 | 26 | 5 | 104 | 0 | 133 | 450 | 64 | 6 |
| Binary | 10101 | 111 | 10110 | 101 | 1000100 | 0 | 1011011 | 100101000 | 110100 | 110 |
Color Harmonies of #150716
Complementary color
Monochromatic Colors of #150716
Black with #150716
Text Example
Text Example
White with #150716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150716; }
p { color: rgb(21,7,22); }
H1.HeaderClassName
{
color: #150716;
}
.AnyTagClassName
{
color: #150716;
}
</style>
background-color css
<style>
a { background-color: #150716; }
a { background-color: rgb(21,7,22); }
div.DivClassName
{
background-color: #150716;
}
.BgClassName
{
background-color: #150716;
}
</style>
border-color css
<style>
span { border-color: #150716; }
span { border-color: rgb(21,7,22); }
td.TdClassName
{
border-color: #150716;
}
.TagClassName
{
border-color: #150716;
}
</style>