Shades of Mardi Gras #150015
Tints of Mardi Gras #150015
RGB
CMYK
RGB Variations
Color information
#150015 (or 0x150015) is known color: Mardi Gras. HEX triplet: 15, 00 and 15. RGB value is (21,0,21). Sum of RGB (Red+Green+Blue) = 21+0+21=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150015 is #EAFFEA. Grayscale: #080808. Windows color (decimal): -15400939 or 1376277. OLE color: 1376277.
HSL color Cylindrical-coordinate representation of color #150015: hue angle of 300º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150015 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
RGB | 21 | 0 | 21 | - |
CMYK | 0 | 1 | 0 | 0.92 |
HSL | 300º | 1% | 0.04% | - |
HSV(B) | 300º | 1% | 0.08% | - |
XYZ | 0.44 | 0.21 | 0.73 | - |
YUV | 8.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 0 | 21 | 0 | 1 | 0 | 0.92 | 300 | 1 | 0.04 |
Hex | 15 | 0 | 15 | 0 | 64 | 0 | 5C | 12C | 64 | 4 |
Octal | 25 | 0 | 25 | 0 | 144 | 0 | 134 | 454 | 144 | 4 |
Binary | 10101 | 0 | 10101 | 0 | 1100100 | 0 | 1011100 | 100101100 | 1100100 | 100 |
Color Harmonies of #150015
Complementary color
Monochromatic Colors of #150015
Black with #150015
Text Example
Text Example
White with #150015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150015; }
p { color: rgb(21,0,21); }
H1.HeaderClassName
{
color: #150015;
}
.AnyTagClassName
{
color: #150015;
}
</style>
background-color css
<style>
a { background-color: #150015; }
a { background-color: rgb(21,0,21); }
div.DivClassName
{
background-color: #150015;
}
.BgClassName
{
background-color: #150015;
}
</style>
border-color css
<style>
span { border-color: #150015; }
span { border-color: rgb(21,0,21); }
td.TdClassName
{
border-color: #150015;
}
.TagClassName
{
border-color: #150015;
}
</style>