Shades of Mardi Gras #150212
Tints of Mardi Gras #150212
RGB
CMYK
RGB Variations
Color information
#150212 (or 0x150212) is known color: Mardi Gras. HEX triplet: 15, 02 and 12. RGB value is (21,2,18). Sum of RGB (Red+Green+Blue) = 21+2+18=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150212 is #EAFDED. Grayscale: #090909. Windows color (decimal): -15400430 or 1180181. OLE color: 1180181.
HSL color Cylindrical-coordinate representation of color #150212: hue angle of 309.47º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150212 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 2 | 18 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.92 |
| HSL | 309.47º | 0.83% | 0.05% | - |
| HSV(B) | 309.47º | 0.9% | 0.08% | - |
| XYZ | 0.44 | 0.25 | 0.6 | - |
| YUV | 9.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 18 | 0 | 0.90 | 0.14 | 0.92 | 309.47 | 0.83 | 0.05 |
| Hex | 15 | 2 | 12 | 0 | 5A | E | 5C | 135 | 53 | 5 |
| Octal | 25 | 2 | 22 | 0 | 132 | 16 | 134 | 465 | 123 | 5 |
| Binary | 10101 | 10 | 10010 | 0 | 1011010 | 1110 | 1011100 | 100110101 | 1010011 | 101 |
Color Harmonies of #150212
Complementary color
Monochromatic Colors of #150212
Black with #150212
Text Example
Text Example
White with #150212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150212; }
p { color: rgb(21,2,18); }
H1.HeaderClassName
{
color: #150212;
}
.AnyTagClassName
{
color: #150212;
}
</style>
background-color css
<style>
a { background-color: #150212; }
a { background-color: rgb(21,2,18); }
div.DivClassName
{
background-color: #150212;
}
.BgClassName
{
background-color: #150212;
}
</style>
border-color css
<style>
span { border-color: #150212; }
span { border-color: rgb(21,2,18); }
td.TdClassName
{
border-color: #150212;
}
.TagClassName
{
border-color: #150212;
}
</style>