Shades of Mardi Gras #160213
Tints of Mardi Gras #160213
RGB
CMYK
RGB Variations
Color information
#160213 (or 0x160213) is known color: Mardi Gras. HEX triplet: 16, 02 and 13. RGB value is (22,2,19). Sum of RGB (Red+Green+Blue) = 22+2+19=43 (5% of max value = 765). Red value is 22 (8.98% from 255 or 51.16% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 22 - color contains mainly: red. Hex color #160213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160213 is #E9FDEC. Grayscale: #090909. Windows color (decimal): -15334893 or 1245718. OLE color: 1245718.
HSL color Cylindrical-coordinate representation of color #160213: hue angle of 309º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160213 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 2 | 19 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.91 |
| HSL | 309º | 0.83% | 0.05% | - |
| HSV(B) | 309º | 0.91% | 0.09% | - |
| XYZ | 0.47 | 0.26 | 0.64 | - |
| YUV | 9.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 19 | 0 | 0.91 | 0.14 | 0.91 | 309 | 0.83 | 0.05 |
| Hex | 16 | 2 | 13 | 0 | 5B | E | 5B | 135 | 53 | 5 |
| Octal | 26 | 2 | 23 | 0 | 133 | 16 | 133 | 465 | 123 | 5 |
| Binary | 10110 | 10 | 10011 | 0 | 1011011 | 1110 | 1011011 | 100110101 | 1010011 | 101 |
Color Harmonies of #160213
Complementary color
Monochromatic Colors of #160213
Black with #160213
Text Example
Text Example
White with #160213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160213; }
p { color: rgb(22,2,19); }
H1.HeaderClassName
{
color: #160213;
}
.AnyTagClassName
{
color: #160213;
}
</style>
background-color css
<style>
a { background-color: #160213; }
a { background-color: rgb(22,2,19); }
div.DivClassName
{
background-color: #160213;
}
.BgClassName
{
background-color: #160213;
}
</style>
border-color css
<style>
span { border-color: #160213; }
span { border-color: rgb(22,2,19); }
td.TdClassName
{
border-color: #160213;
}
.TagClassName
{
border-color: #160213;
}
</style>