Shades of Mardi Gras #151215
Tints of Mardi Gras #151215
RGB
CMYK
RGB Variations
Color information
#151215 (or 0x151215) is known color: Mardi Gras. HEX triplet: 15, 12 and 15. RGB value is (21,18,21). Sum of RGB (Red+Green+Blue) = 21+18+21=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #151215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151215 is #EAEDEA. Grayscale: #131313. Windows color (decimal): -15396331 or 1380885. OLE color: 1380885.
HSL color Cylindrical-coordinate representation of color #151215: hue angle of 300º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #151215 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 18 | 21 | - |
| CMYK | 0 | 0.14 | 0 | 0.92 |
| HSL | 300º | 0.08% | 0.08% | - |
| HSV(B) | 300º | 0.14% | 0.08% | - |
| XYZ | 0.66 | 0.65 | 0.8 | - |
| YUV | 19.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 21 | 0 | 0.14 | 0 | 0.92 | 300 | 0.08 | 0.08 |
| Hex | 15 | 12 | 15 | 0 | E | 0 | 5C | 12C | 8 | 8 |
| Octal | 25 | 22 | 25 | 0 | 16 | 0 | 134 | 454 | 10 | 10 |
| Binary | 10101 | 10010 | 10101 | 0 | 1110 | 0 | 1011100 | 100101100 | 1000 | 1000 |
Color Harmonies of #151215
Complementary color
Monochromatic Colors of #151215
Black with #151215
Text Example
Text Example
White with #151215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151215; }
p { color: rgb(21,18,21); }
H1.HeaderClassName
{
color: #151215;
}
.AnyTagClassName
{
color: #151215;
}
</style>
background-color css
<style>
a { background-color: #151215; }
a { background-color: rgb(21,18,21); }
div.DivClassName
{
background-color: #151215;
}
.BgClassName
{
background-color: #151215;
}
</style>
border-color css
<style>
span { border-color: #151215; }
span { border-color: rgb(21,18,21); }
td.TdClassName
{
border-color: #151215;
}
.TagClassName
{
border-color: #151215;
}
</style>