Shades of Myrtle #161C15
Tints of Myrtle #161C15
RGB
CMYK
RGB Variations
Color information
#161C15 (or 0x161C15) is known color: Myrtle. HEX triplet: 16, 1C and 15. RGB value is (22,28,21). Sum of RGB (Red+Green+Blue) = 22+28+21=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #161C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C15 is #E9E3EA. Grayscale: #191919. Windows color (decimal): -15328235 or 1383446. OLE color: 1383446.
HSL color Cylindrical-coordinate representation of color #161C15: hue angle of 111.43º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #161C15 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 28 | 21 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.89 |
| HSL | 111.43º | 0.14% | 0.1% | - |
| HSV(B) | 111.43º | 0.25% | 0.11% | - |
| XYZ | 0.88 | 1.06 | 0.87 | - |
| YUV | 25.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 21 | 0.21 | 0 | 0.25 | 0.89 | 111.43 | 0.14 | 0.1 |
| Hex | 16 | 1C | 15 | 15 | 0 | 19 | 59 | 6F | E | A |
| Octal | 26 | 34 | 25 | 25 | 0 | 31 | 131 | 157 | 16 | 12 |
| Binary | 10110 | 11100 | 10101 | 10101 | 0 | 11001 | 1011001 | 1101111 | 1110 | 1010 |
Color Harmonies of #161C15
Complementary color
Monochromatic Colors of #161C15
Black with #161C15
Text Example
Text Example
White with #161C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C15; }
p { color: rgb(22,28,21); }
H1.HeaderClassName
{
color: #161C15;
}
.AnyTagClassName
{
color: #161C15;
}
</style>
background-color css
<style>
a { background-color: #161C15; }
a { background-color: rgb(22,28,21); }
div.DivClassName
{
background-color: #161C15;
}
.BgClassName
{
background-color: #161C15;
}
</style>
border-color css
<style>
span { border-color: #161C15; }
span { border-color: rgb(22,28,21); }
td.TdClassName
{
border-color: #161C15;
}
.TagClassName
{
border-color: #161C15;
}
</style>