Shades of Mardi Gras #150215
Tints of Mardi Gras #150215
RGB
CMYK
RGB Variations
Color information
#150215 (or 0x150215) is known color: Mardi Gras. HEX triplet: 15, 02 and 15. RGB value is (21,2,21). Sum of RGB (Red+Green+Blue) = 21+2+21=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150215 is #EAFDEA. Grayscale: #090909. Windows color (decimal): -15400427 or 1376789. OLE color: 1376789.
HSL color Cylindrical-coordinate representation of color #150215: hue angle of 300º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150215 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 2 | 21 | - |
| CMYK | 0 | 0.90 | 0 | 0.92 |
| HSL | 300º | 0.83% | 0.05% | - |
| HSV(B) | 300º | 0.9% | 0.08% | - |
| XYZ | 0.47 | 0.26 | 0.73 | - |
| YUV | 9.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 21 | 0 | 0.90 | 0 | 0.92 | 300 | 0.83 | 0.05 |
| Hex | 15 | 2 | 15 | 0 | 5A | 0 | 5C | 12C | 53 | 5 |
| Octal | 25 | 2 | 25 | 0 | 132 | 0 | 134 | 454 | 123 | 5 |
| Binary | 10101 | 10 | 10101 | 0 | 1011010 | 0 | 1011100 | 100101100 | 1010011 | 101 |
Color Harmonies of #150215
Complementary color
Monochromatic Colors of #150215
Black with #150215
Text Example
Text Example
White with #150215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150215; }
p { color: rgb(21,2,21); }
H1.HeaderClassName
{
color: #150215;
}
.AnyTagClassName
{
color: #150215;
}
</style>
background-color css
<style>
a { background-color: #150215; }
a { background-color: rgb(21,2,21); }
div.DivClassName
{
background-color: #150215;
}
.BgClassName
{
background-color: #150215;
}
</style>
border-color css
<style>
span { border-color: #150215; }
span { border-color: rgb(21,2,21); }
td.TdClassName
{
border-color: #150215;
}
.TagClassName
{
border-color: #150215;
}
</style>