Shades of Mardi Gras #160315
Tints of Mardi Gras #160315
RGB
CMYK
RGB Variations
Color information
#160315 (or 0x160315) is known color: Mardi Gras. HEX triplet: 16, 03 and 15. RGB value is (22,3,21). Sum of RGB (Red+Green+Blue) = 22+3+21=46 (6% of max value = 765). Red value is 22 (8.98% from 255 or 47.83% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 22 - color contains mainly: red. Hex color #160315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160315 is #E9FCEA. Grayscale: #0A0A0A. Windows color (decimal): -15334635 or 1377046. OLE color: 1377046.
HSL color Cylindrical-coordinate representation of color #160315: hue angle of 303.16º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160315 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 3 | 21 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.91 |
| HSL | 303.16º | 0.76% | 0.05% | - |
| HSV(B) | 303.16º | 0.86% | 0.09% | - |
| XYZ | 0.5 | 0.29 | 0.74 | - |
| YUV | 10.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 21 | 0 | 0.86 | 0.05 | 0.91 | 303.16 | 0.76 | 0.05 |
| Hex | 16 | 3 | 15 | 0 | 56 | 5 | 5B | 12F | 4C | 5 |
| Octal | 26 | 3 | 25 | 0 | 126 | 5 | 133 | 457 | 114 | 5 |
| Binary | 10110 | 11 | 10101 | 0 | 1010110 | 101 | 1011011 | 100101111 | 1001100 | 101 |
Color Harmonies of #160315
Complementary color
Monochromatic Colors of #160315
Black with #160315
Text Example
Text Example
White with #160315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160315; }
p { color: rgb(22,3,21); }
H1.HeaderClassName
{
color: #160315;
}
.AnyTagClassName
{
color: #160315;
}
</style>
background-color css
<style>
a { background-color: #160315; }
a { background-color: rgb(22,3,21); }
div.DivClassName
{
background-color: #160315;
}
.BgClassName
{
background-color: #160315;
}
</style>
border-color css
<style>
span { border-color: #160315; }
span { border-color: rgb(22,3,21); }
td.TdClassName
{
border-color: #160315;
}
.TagClassName
{
border-color: #160315;
}
</style>