Shades of Mardi Gras #150D14
Tints of Mardi Gras #150D14
RGB
CMYK
RGB Variations
Color information
#150D14 (or 0x150D14) is known color: Mardi Gras. HEX triplet: 15, 0D and 14. RGB value is (21,13,20). Sum of RGB (Red+Green+Blue) = 21+13+20=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #150D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D14 is #EAF2EB. Grayscale: #101010. Windows color (decimal): -15397612 or 1314069. OLE color: 1314069.
HSL color Cylindrical-coordinate representation of color #150D14: hue angle of 307.5º 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 #150D14 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 20 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.92 |
| HSL | 307.5º | 0.24% | 0.07% | - |
| HSV(B) | 307.5º | 0.38% | 0.08% | - |
| XYZ | 0.58 | 0.5 | 0.73 | - |
| YUV | 16.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 20 | 0 | 0.38 | 0.05 | 0.92 | 307.5 | 0.24 | 0.07 |
| Hex | 15 | D | 14 | 0 | 26 | 5 | 5C | 134 | 18 | 7 |
| Octal | 25 | 15 | 24 | 0 | 46 | 5 | 134 | 464 | 30 | 7 |
| Binary | 10101 | 1101 | 10100 | 0 | 100110 | 101 | 1011100 | 100110100 | 11000 | 111 |
Color Harmonies of #150D14
Complementary color
Monochromatic Colors of #150D14
Black with #150D14
Text Example
Text Example
White with #150D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D14; }
p { color: rgb(21,13,20); }
H1.HeaderClassName
{
color: #150D14;
}
.AnyTagClassName
{
color: #150D14;
}
</style>
background-color css
<style>
a { background-color: #150D14; }
a { background-color: rgb(21,13,20); }
div.DivClassName
{
background-color: #150D14;
}
.BgClassName
{
background-color: #150D14;
}
</style>
border-color css
<style>
span { border-color: #150D14; }
span { border-color: rgb(21,13,20); }
td.TdClassName
{
border-color: #150D14;
}
.TagClassName
{
border-color: #150D14;
}
</style>