Shades of Mardi Gras #150112
Tints of Mardi Gras #150112
RGB
CMYK
RGB Variations
Color information
#150112 (or 0x150112) is known color: Mardi Gras. HEX triplet: 15, 01 and 12. RGB value is (21,1,18). Sum of RGB (Red+Green+Blue) = 21+1+18=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150112 is #EAFEED. Grayscale: #080808. Windows color (decimal): -15400686 or 1179925. OLE color: 1179925.
HSL color Cylindrical-coordinate representation of color #150112: hue angle of 309º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150112 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 18 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.92 |
| HSL | 309º | 0.91% | 0.04% | - |
| HSV(B) | 309º | 0.95% | 0.08% | - |
| XYZ | 0.43 | 0.22 | 0.59 | - |
| YUV | 8.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 18 | 0 | 0.95 | 0.14 | 0.92 | 309 | 0.91 | 0.04 |
| Hex | 15 | 1 | 12 | 0 | 5F | E | 5C | 135 | 5B | 4 |
| Octal | 25 | 1 | 22 | 0 | 137 | 16 | 134 | 465 | 133 | 4 |
| Binary | 10101 | 1 | 10010 | 0 | 1011111 | 1110 | 1011100 | 100110101 | 1011011 | 100 |
Color Harmonies of #150112
Complementary color
Monochromatic Colors of #150112
Black with #150112
Text Example
Text Example
White with #150112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150112; }
p { color: rgb(21,1,18); }
H1.HeaderClassName
{
color: #150112;
}
.AnyTagClassName
{
color: #150112;
}
</style>
background-color css
<style>
a { background-color: #150112; }
a { background-color: rgb(21,1,18); }
div.DivClassName
{
background-color: #150112;
}
.BgClassName
{
background-color: #150112;
}
</style>
border-color css
<style>
span { border-color: #150112; }
span { border-color: rgb(21,1,18); }
td.TdClassName
{
border-color: #150112;
}
.TagClassName
{
border-color: #150112;
}
</style>