Shades of Myrtle #163115
Tints of Myrtle #163115
RGB
CMYK
RGB Variations
Color information
#163115 (or 0x163115) is known color: Myrtle. HEX triplet: 16, 31 and 15. RGB value is (22,49,21). Sum of RGB (Red+Green+Blue) = 22+49+21=92 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.91% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #163115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163115 is #E9CEEA. Grayscale: #252525. Windows color (decimal): -15322859 or 1388822. OLE color: 1388822.
HSL color Cylindrical-coordinate representation of color #163115: hue angle of 117.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163115 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 21 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.81 |
| HSL | 117.86º | 0.4% | 0.14% | - |
| HSV(B) | 117.86º | 0.57% | 0.19% | - |
| XYZ | 1.56 | 2.42 | 1.09 | - |
| YUV | 37.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 21 | 0.55 | 0 | 0.57 | 0.81 | 117.86 | 0.4 | 0.14 |
| Hex | 16 | 31 | 15 | 37 | 0 | 39 | 51 | 76 | 28 | E |
| Octal | 26 | 61 | 25 | 67 | 0 | 71 | 121 | 166 | 50 | 16 |
| Binary | 10110 | 110001 | 10101 | 110111 | 0 | 111001 | 1010001 | 1110110 | 101000 | 1110 |
Color Harmonies of #163115
Complementary color
Monochromatic Colors of #163115
Black with #163115
Text Example
Text Example
White with #163115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163115; }
p { color: rgb(22,49,21); }
H1.HeaderClassName
{
color: #163115;
}
.AnyTagClassName
{
color: #163115;
}
</style>
background-color css
<style>
a { background-color: #163115; }
a { background-color: rgb(22,49,21); }
div.DivClassName
{
background-color: #163115;
}
.BgClassName
{
background-color: #163115;
}
</style>
border-color css
<style>
span { border-color: #163115; }
span { border-color: rgb(22,49,21); }
td.TdClassName
{
border-color: #163115;
}
.TagClassName
{
border-color: #163115;
}
</style>