Shades of Mardi Gras #150B14
Tints of Mardi Gras #150B14
RGB
CMYK
RGB Variations
Color information
#150B14 (or 0x150B14) is known color: Mardi Gras. HEX triplet: 15, 0B and 14. RGB value is (21,11,20). Sum of RGB (Red+Green+Blue) = 21+11+20=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B14 is #EAF4EB. Grayscale: #0E0E0E. Windows color (decimal): -15398124 or 1313557. OLE color: 1313557.
HSL color Cylindrical-coordinate representation of color #150B14: hue angle of 306º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #150B14 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 20 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.92 |
| HSL | 306º | 0.31% | 0.06% | - |
| HSV(B) | 306º | 0.48% | 0.08% | - |
| XYZ | 0.56 | 0.45 | 0.72 | - |
| YUV | 15.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 20 | 0 | 0.48 | 0.05 | 0.92 | 306 | 0.31 | 0.06 |
| Hex | 15 | B | 14 | 0 | 30 | 5 | 5C | 132 | 1F | 6 |
| Octal | 25 | 13 | 24 | 0 | 60 | 5 | 134 | 462 | 37 | 6 |
| Binary | 10101 | 1011 | 10100 | 0 | 110000 | 101 | 1011100 | 100110010 | 11111 | 110 |
Color Harmonies of #150B14
Complementary color
Monochromatic Colors of #150B14
Black with #150B14
Text Example
Text Example
White with #150B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B14; }
p { color: rgb(21,11,20); }
H1.HeaderClassName
{
color: #150B14;
}
.AnyTagClassName
{
color: #150B14;
}
</style>
background-color css
<style>
a { background-color: #150B14; }
a { background-color: rgb(21,11,20); }
div.DivClassName
{
background-color: #150B14;
}
.BgClassName
{
background-color: #150B14;
}
</style>
border-color css
<style>
span { border-color: #150B14; }
span { border-color: rgb(21,11,20); }
td.TdClassName
{
border-color: #150B14;
}
.TagClassName
{
border-color: #150B14;
}
</style>