Shades of Mardi Gras #150D15
Tints of Mardi Gras #150D15
RGB
CMYK
RGB Variations
Color information
#150D15 (or 0x150D15) is known color: Mardi Gras. HEX triplet: 15, 0D and 15. RGB value is (21,13,21). Sum of RGB (Red+Green+Blue) = 21+13+21=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D15 is #EAF2EA. Grayscale: #101010. Windows color (decimal): -15397611 or 1379605. OLE color: 1379605.
HSL color Cylindrical-coordinate representation of color #150D15: hue angle of 300º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #150D15 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 21 | - |
| CMYK | 0 | 0.38 | 0 | 0.92 |
| HSL | 300º | 0.24% | 0.07% | - |
| HSV(B) | 300º | 0.38% | 0.08% | - |
| XYZ | 0.59 | 0.5 | 0.78 | - |
| YUV | 16.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 21 | 0 | 0.38 | 0 | 0.92 | 300 | 0.24 | 0.07 |
| Hex | 15 | D | 15 | 0 | 26 | 0 | 5C | 12C | 18 | 7 |
| Octal | 25 | 15 | 25 | 0 | 46 | 0 | 134 | 454 | 30 | 7 |
| Binary | 10101 | 1101 | 10101 | 0 | 100110 | 0 | 1011100 | 100101100 | 11000 | 111 |
Color Harmonies of #150D15
Complementary color
Monochromatic Colors of #150D15
Black with #150D15
Text Example
Text Example
White with #150D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D15; }
p { color: rgb(21,13,21); }
H1.HeaderClassName
{
color: #150D15;
}
.AnyTagClassName
{
color: #150D15;
}
</style>
background-color css
<style>
a { background-color: #150D15; }
a { background-color: rgb(21,13,21); }
div.DivClassName
{
background-color: #150D15;
}
.BgClassName
{
background-color: #150D15;
}
</style>
border-color css
<style>
span { border-color: #150D15; }
span { border-color: rgb(21,13,21); }
td.TdClassName
{
border-color: #150D15;
}
.TagClassName
{
border-color: #150D15;
}
</style>