Shades of Myrtle #162115
Tints of Myrtle #162115
RGB
CMYK
RGB Variations
Color information
#162115 (or 0x162115) is known color: Myrtle. HEX triplet: 16, 21 and 15. RGB value is (22,33,21). Sum of RGB (Red+Green+Blue) = 22+33+21=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #162115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162115 is #E9DEEA. Grayscale: #1C1C1C. Windows color (decimal): -15326955 or 1384726. OLE color: 1384726.
HSL color Cylindrical-coordinate representation of color #162115: hue angle of 115º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #162115 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 33 | 21 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.87 |
| HSL | 115º | 0.22% | 0.11% | - |
| HSV(B) | 115º | 0.36% | 0.13% | - |
| XYZ | 1.01 | 1.31 | 0.91 | - |
| YUV | 28.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 21 | 0.33 | 0 | 0.36 | 0.87 | 115 | 0.22 | 0.11 |
| Hex | 16 | 21 | 15 | 21 | 0 | 24 | 57 | 73 | 16 | B |
| Octal | 26 | 41 | 25 | 41 | 0 | 44 | 127 | 163 | 26 | 13 |
| Binary | 10110 | 100001 | 10101 | 100001 | 0 | 100100 | 1010111 | 1110011 | 10110 | 1011 |
Color Harmonies of #162115
Complementary color
Monochromatic Colors of #162115
Black with #162115
Text Example
Text Example
White with #162115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162115; }
p { color: rgb(22,33,21); }
H1.HeaderClassName
{
color: #162115;
}
.AnyTagClassName
{
color: #162115;
}
</style>
background-color css
<style>
a { background-color: #162115; }
a { background-color: rgb(22,33,21); }
div.DivClassName
{
background-color: #162115;
}
.BgClassName
{
background-color: #162115;
}
</style>
border-color css
<style>
span { border-color: #162115; }
span { border-color: rgb(22,33,21); }
td.TdClassName
{
border-color: #162115;
}
.TagClassName
{
border-color: #162115;
}
</style>