Shades of Maire #161613
Tints of Maire #161613
RGB
CMYK
RGB Variations
Color information
#161613 (or 0x161613) is known color: Maire. HEX triplet: 16, 16 and 13. RGB value is (22,22,19). Sum of RGB (Red+Green+Blue) = 22+22+19=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 22 - color contains mainly: red, green. Hex color #161613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161613 is #E9E9EC. Grayscale: #151515. Windows color (decimal): -15329773 or 1250838. OLE color: 1250838.
HSL color Cylindrical-coordinate representation of color #161613: hue angle of 60º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #161613 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 22 | 19 | - |
| CMYK | 0 | 0 | 0.14 | 0.91 |
| HSL | 60º | 0.07% | 0.08% | - |
| HSV(B) | 60º | 0.14% | 0.09% | - |
| XYZ | 0.74 | 0.79 | 0.73 | - |
| YUV | 21.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 19 | 0 | 0 | 0.14 | 0.91 | 60 | 0.07 | 0.08 |
| Hex | 16 | 16 | 13 | 0 | 0 | E | 5B | 3C | 7 | 8 |
| Octal | 26 | 26 | 23 | 0 | 0 | 16 | 133 | 74 | 7 | 10 |
| Binary | 10110 | 10110 | 10011 | 0 | 0 | 1110 | 1011011 | 111100 | 111 | 1000 |
Color Harmonies of #161613
Complementary color
Monochromatic Colors of #161613
Black with #161613
Text Example
Text Example
White with #161613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161613; }
p { color: rgb(22,22,19); }
H1.HeaderClassName
{
color: #161613;
}
.AnyTagClassName
{
color: #161613;
}
</style>
background-color css
<style>
a { background-color: #161613; }
a { background-color: rgb(22,22,19); }
div.DivClassName
{
background-color: #161613;
}
.BgClassName
{
background-color: #161613;
}
</style>
border-color css
<style>
span { border-color: #161613; }
span { border-color: rgb(22,22,19); }
td.TdClassName
{
border-color: #161613;
}
.TagClassName
{
border-color: #161613;
}
</style>