Shades of Mardi Gras #160115
Tints of Mardi Gras #160115
RGB
CMYK
RGB Variations
Color information
#160115 (or 0x160115) is known color: Mardi Gras. HEX triplet: 16, 01 and 15. RGB value is (22,1,21). Sum of RGB (Red+Green+Blue) = 22+1+21=44 (5% of max value = 765). Red value is 22 (8.98% from 255 or 50% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 22 - color contains mainly: red. Hex color #160115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160115 is #E9FEEA. Grayscale: #090909. Windows color (decimal): -15335147 or 1376534. OLE color: 1376534.
HSL color Cylindrical-coordinate representation of color #160115: hue angle of 302.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160115 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 1 | 21 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.91 |
| HSL | 302.86º | 0.91% | 0.05% | - |
| HSV(B) | 302.86º | 0.95% | 0.09% | - |
| XYZ | 0.48 | 0.25 | 0.73 | - |
| YUV | 9.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 21 | 0 | 0.95 | 0.05 | 0.91 | 302.86 | 0.91 | 0.05 |
| Hex | 16 | 1 | 15 | 0 | 5F | 5 | 5B | 12F | 5B | 5 |
| Octal | 26 | 1 | 25 | 0 | 137 | 5 | 133 | 457 | 133 | 5 |
| Binary | 10110 | 1 | 10101 | 0 | 1011111 | 101 | 1011011 | 100101111 | 1011011 | 101 |
Color Harmonies of #160115
Complementary color
Monochromatic Colors of #160115
Black with #160115
Text Example
Text Example
White with #160115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160115; }
p { color: rgb(22,1,21); }
H1.HeaderClassName
{
color: #160115;
}
.AnyTagClassName
{
color: #160115;
}
</style>
background-color css
<style>
a { background-color: #160115; }
a { background-color: rgb(22,1,21); }
div.DivClassName
{
background-color: #160115;
}
.BgClassName
{
background-color: #160115;
}
</style>
border-color css
<style>
span { border-color: #160115; }
span { border-color: rgb(22,1,21); }
td.TdClassName
{
border-color: #160115;
}
.TagClassName
{
border-color: #160115;
}
</style>