Shades of Mardi Gras #150312
Tints of Mardi Gras #150312
RGB
CMYK
RGB Variations
Color information
#150312 (or 0x150312) is known color: Mardi Gras. HEX triplet: 15, 03 and 12. RGB value is (21,3,18). Sum of RGB (Red+Green+Blue) = 21+3+18=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150312 is #EAFCED. Grayscale: #0A0A0A. Windows color (decimal): -15400174 or 1180437. OLE color: 1180437.
HSL color Cylindrical-coordinate representation of color #150312: hue angle of 310º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150312 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 3 | 18 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.92 |
| HSL | 310º | 0.75% | 0.05% | - |
| HSV(B) | 310º | 0.86% | 0.08% | - |
| XYZ | 0.45 | 0.27 | 0.6 | - |
| YUV | 10.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 18 | 0 | 0.86 | 0.14 | 0.92 | 310 | 0.75 | 0.05 |
| Hex | 15 | 3 | 12 | 0 | 56 | E | 5C | 136 | 4B | 5 |
| Octal | 25 | 3 | 22 | 0 | 126 | 16 | 134 | 466 | 113 | 5 |
| Binary | 10101 | 11 | 10010 | 0 | 1010110 | 1110 | 1011100 | 100110110 | 1001011 | 101 |
Color Harmonies of #150312
Complementary color
Monochromatic Colors of #150312
Black with #150312
Text Example
Text Example
White with #150312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150312; }
p { color: rgb(21,3,18); }
H1.HeaderClassName
{
color: #150312;
}
.AnyTagClassName
{
color: #150312;
}
</style>
background-color css
<style>
a { background-color: #150312; }
a { background-color: rgb(21,3,18); }
div.DivClassName
{
background-color: #150312;
}
.BgClassName
{
background-color: #150312;
}
</style>
border-color css
<style>
span { border-color: #150312; }
span { border-color: rgb(21,3,18); }
td.TdClassName
{
border-color: #150312;
}
.TagClassName
{
border-color: #150312;
}
</style>