Shades of Maire #161510
Tints of Maire #161510
RGB
CMYK
RGB Variations
Color information
#161510 (or 0x161510) is known color: Maire. HEX triplet: 16, 15 and 10. RGB value is (22,21,16). Sum of RGB (Red+Green+Blue) = 22+21+16=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 22 - color contains mainly: red. Hex color #161510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161510 is #E9EAEF. Grayscale: #141414. Windows color (decimal): -15330032 or 1053974. OLE color: 1053974.
HSL color Cylindrical-coordinate representation of color #161510: hue angle of 50º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #161510 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 21 | 16 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.91 |
| HSL | 50º | 0.16% | 0.07% | - |
| HSV(B) | 50º | 0.27% | 0.09% | - |
| XYZ | 0.69 | 0.74 | 0.6 | - |
| YUV | 20.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 16 | 0 | 0.05 | 0.27 | 0.91 | 50 | 0.16 | 0.07 |
| Hex | 16 | 15 | 10 | 0 | 5 | 1B | 5B | 32 | 10 | 7 |
| Octal | 26 | 25 | 20 | 0 | 5 | 33 | 133 | 62 | 20 | 7 |
| Binary | 10110 | 10101 | 10000 | 0 | 101 | 11011 | 1011011 | 110010 | 10000 | 111 |
Color Harmonies of #161510
Complementary color
Monochromatic Colors of #161510
Black with #161510
Text Example
Text Example
White with #161510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161510; }
p { color: rgb(22,21,16); }
H1.HeaderClassName
{
color: #161510;
}
.AnyTagClassName
{
color: #161510;
}
</style>
background-color css
<style>
a { background-color: #161510; }
a { background-color: rgb(22,21,16); }
div.DivClassName
{
background-color: #161510;
}
.BgClassName
{
background-color: #161510;
}
</style>
border-color css
<style>
span { border-color: #161510; }
span { border-color: rgb(22,21,16); }
td.TdClassName
{
border-color: #161510;
}
.TagClassName
{
border-color: #161510;
}
</style>