Shades of Mardi Gras #150C16
Tints of Mardi Gras #150C16
RGB
CMYK
RGB Variations
Color information
#150C16 (or 0x150C16) is known color: Mardi Gras. HEX triplet: 15, 0C and 16. RGB value is (21,12,22). Sum of RGB (Red+Green+Blue) = 21+12+22=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #150C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C16 is #EAF3E9. Grayscale: #0F0F0F. Windows color (decimal): -15397866 or 1444885. OLE color: 1444885.
HSL color Cylindrical-coordinate representation of color #150C16: hue angle of 294º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #150C16 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 12 | 22 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.91 |
| HSL | 294º | 0.29% | 0.07% | - |
| HSV(B) | 294º | 0.45% | 0.09% | - |
| XYZ | 0.59 | 0.48 | 0.82 | - |
| YUV | 15.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 22 | 0.05 | 0.45 | 0 | 0.91 | 294 | 0.29 | 0.07 |
| Hex | 15 | C | 16 | 5 | 2D | 0 | 5B | 126 | 1D | 7 |
| Octal | 25 | 14 | 26 | 5 | 55 | 0 | 133 | 446 | 35 | 7 |
| Binary | 10101 | 1100 | 10110 | 101 | 101101 | 0 | 1011011 | 100100110 | 11101 | 111 |
Color Harmonies of #150C16
Complementary color
Monochromatic Colors of #150C16
Black with #150C16
Text Example
Text Example
White with #150C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C16; }
p { color: rgb(21,12,22); }
H1.HeaderClassName
{
color: #150C16;
}
.AnyTagClassName
{
color: #150C16;
}
</style>
background-color css
<style>
a { background-color: #150C16; }
a { background-color: rgb(21,12,22); }
div.DivClassName
{
background-color: #150C16;
}
.BgClassName
{
background-color: #150C16;
}
</style>
border-color css
<style>
span { border-color: #150C16; }
span { border-color: rgb(21,12,22); }
td.TdClassName
{
border-color: #150C16;
}
.TagClassName
{
border-color: #150C16;
}
</style>