Shades of Mardi Gras #150A15
Tints of Mardi Gras #150A15
RGB
CMYK
RGB Variations
Color information
#150A15 (or 0x150A15) is known color: Mardi Gras. HEX triplet: 15, 0A and 15. RGB value is (21,10,21). Sum of RGB (Red+Green+Blue) = 21+10+21=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A15 is #EAF5EA. Grayscale: #0E0E0E. Windows color (decimal): -15398379 or 1378837. OLE color: 1378837.
HSL color Cylindrical-coordinate representation of color #150A15: hue angle of 300º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150A15 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 21 | - |
| CMYK | 0 | 0.52 | 0 | 0.92 |
| HSL | 300º | 0.35% | 0.06% | - |
| HSV(B) | 300º | 0.52% | 0.08% | - |
| XYZ | 0.55 | 0.43 | 0.76 | - |
| YUV | 14.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 21 | 0 | 0.52 | 0 | 0.92 | 300 | 0.35 | 0.06 |
| Hex | 15 | A | 15 | 0 | 34 | 0 | 5C | 12C | 23 | 6 |
| Octal | 25 | 12 | 25 | 0 | 64 | 0 | 134 | 454 | 43 | 6 |
| Binary | 10101 | 1010 | 10101 | 0 | 110100 | 0 | 1011100 | 100101100 | 100011 | 110 |
Color Harmonies of #150A15
Complementary color
Monochromatic Colors of #150A15
Black with #150A15
Text Example
Text Example
White with #150A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A15; }
p { color: rgb(21,10,21); }
H1.HeaderClassName
{
color: #150A15;
}
.AnyTagClassName
{
color: #150A15;
}
</style>
background-color css
<style>
a { background-color: #150A15; }
a { background-color: rgb(21,10,21); }
div.DivClassName
{
background-color: #150A15;
}
.BgClassName
{
background-color: #150A15;
}
</style>
border-color css
<style>
span { border-color: #150A15; }
span { border-color: rgb(21,10,21); }
td.TdClassName
{
border-color: #150A15;
}
.TagClassName
{
border-color: #150A15;
}
</style>