Shades of Mardi Gras #150A14
Tints of Mardi Gras #150A14
RGB
CMYK
RGB Variations
Color information
#150A14 (or 0x150A14) is known color: Mardi Gras. HEX triplet: 15, 0A and 14. RGB value is (21,10,20). Sum of RGB (Red+Green+Blue) = 21+10+20=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #150A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A14 is #EAF5EB. Grayscale: #0E0E0E. Windows color (decimal): -15398380 or 1313301. OLE color: 1313301.
HSL color Cylindrical-coordinate representation of color #150A14: hue angle of 305.45º 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 #150A14 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 20 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.92 |
| HSL | 305.45º | 0.35% | 0.06% | - |
| HSV(B) | 305.45º | 0.52% | 0.08% | - |
| XYZ | 0.54 | 0.43 | 0.72 | - |
| YUV | 14.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 20 | 0 | 0.52 | 0.05 | 0.92 | 305.45 | 0.35 | 0.06 |
| Hex | 15 | A | 14 | 0 | 34 | 5 | 5C | 131 | 23 | 6 |
| Octal | 25 | 12 | 24 | 0 | 64 | 5 | 134 | 461 | 43 | 6 |
| Binary | 10101 | 1010 | 10100 | 0 | 110100 | 101 | 1011100 | 100110001 | 100011 | 110 |
Color Harmonies of #150A14
Complementary color
Monochromatic Colors of #150A14
Black with #150A14
Text Example
Text Example
White with #150A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A14; }
p { color: rgb(21,10,20); }
H1.HeaderClassName
{
color: #150A14;
}
.AnyTagClassName
{
color: #150A14;
}
</style>
background-color css
<style>
a { background-color: #150A14; }
a { background-color: rgb(21,10,20); }
div.DivClassName
{
background-color: #150A14;
}
.BgClassName
{
background-color: #150A14;
}
</style>
border-color css
<style>
span { border-color: #150A14; }
span { border-color: rgb(21,10,20); }
td.TdClassName
{
border-color: #150A14;
}
.TagClassName
{
border-color: #150A14;
}
</style>