Shades of Mardi Gras #160D15
Tints of Mardi Gras #160D15
RGB
CMYK
RGB Variations
Color information
#160D15 (or 0x160D15) is known color: Mardi Gras. HEX triplet: 16, 0D and 15. RGB value is (22,13,21). Sum of RGB (Red+Green+Blue) = 22+13+21=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 22 - color contains mainly: red. Hex color #160D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D15 is #E9F2EA. Grayscale: #101010. Windows color (decimal): -15332075 or 1379606. OLE color: 1379606.
HSL color Cylindrical-coordinate representation of color #160D15: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #160D15 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 21 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.91 |
| HSL | 306.67º | 0.26% | 0.07% | - |
| HSV(B) | 306.67º | 0.41% | 0.09% | - |
| XYZ | 0.61 | 0.51 | 0.78 | - |
| YUV | 16.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 21 | 0 | 0.41 | 0.05 | 0.91 | 306.67 | 0.26 | 0.07 |
| Hex | 16 | D | 15 | 0 | 29 | 5 | 5B | 133 | 1A | 7 |
| Octal | 26 | 15 | 25 | 0 | 51 | 5 | 133 | 463 | 32 | 7 |
| Binary | 10110 | 1101 | 10101 | 0 | 101001 | 101 | 1011011 | 100110011 | 11010 | 111 |
Color Harmonies of #160D15
Complementary color
Monochromatic Colors of #160D15
Black with #160D15
Text Example
Text Example
White with #160D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D15; }
p { color: rgb(22,13,21); }
H1.HeaderClassName
{
color: #160D15;
}
.AnyTagClassName
{
color: #160D15;
}
</style>
background-color css
<style>
a { background-color: #160D15; }
a { background-color: rgb(22,13,21); }
div.DivClassName
{
background-color: #160D15;
}
.BgClassName
{
background-color: #160D15;
}
</style>
border-color css
<style>
span { border-color: #160D15; }
span { border-color: rgb(22,13,21); }
td.TdClassName
{
border-color: #160D15;
}
.TagClassName
{
border-color: #160D15;
}
</style>