Shades of Mardi Gras #150314
Tints of Mardi Gras #150314
RGB
CMYK
RGB Variations
Color information
#150314 (or 0x150314) is known color: Mardi Gras. HEX triplet: 15, 03 and 14. RGB value is (21,3,20). Sum of RGB (Red+Green+Blue) = 21+3+20=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150314 is #EAFCEB. Grayscale: #0A0A0A. Windows color (decimal): -15400172 or 1311509. OLE color: 1311509.
HSL color Cylindrical-coordinate representation of color #150314: hue angle of 303.33º 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 #150314 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 3 | 20 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.92 |
| HSL | 303.33º | 0.75% | 0.05% | - |
| HSV(B) | 303.33º | 0.86% | 0.08% | - |
| XYZ | 0.47 | 0.28 | 0.69 | - |
| YUV | 10.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 20 | 0 | 0.86 | 0.05 | 0.92 | 303.33 | 0.75 | 0.05 |
| Hex | 15 | 3 | 14 | 0 | 56 | 5 | 5C | 12F | 4B | 5 |
| Octal | 25 | 3 | 24 | 0 | 126 | 5 | 134 | 457 | 113 | 5 |
| Binary | 10101 | 11 | 10100 | 0 | 1010110 | 101 | 1011100 | 100101111 | 1001011 | 101 |
Color Harmonies of #150314
Complementary color
Monochromatic Colors of #150314
Black with #150314
Text Example
Text Example
White with #150314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150314; }
p { color: rgb(21,3,20); }
H1.HeaderClassName
{
color: #150314;
}
.AnyTagClassName
{
color: #150314;
}
</style>
background-color css
<style>
a { background-color: #150314; }
a { background-color: rgb(21,3,20); }
div.DivClassName
{
background-color: #150314;
}
.BgClassName
{
background-color: #150314;
}
</style>
border-color css
<style>
span { border-color: #150314; }
span { border-color: rgb(21,3,20); }
td.TdClassName
{
border-color: #150314;
}
.TagClassName
{
border-color: #150314;
}
</style>