Shades of Myrtle #16310D
Tints of Myrtle #16310D
RGB
CMYK
RGB Variations
Color information
#16310D (or 0x16310D) is known color: Myrtle. HEX triplet: 16, 31 and 0D. RGB value is (22,49,13). Sum of RGB (Red+Green+Blue) = 22+49+13=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #16310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16310D is #E9CEF2. Grayscale: #242424. Windows color (decimal): -15322867 or 864534. OLE color: 864534.
HSL color Cylindrical-coordinate representation of color #16310D: hue angle of 105º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16310D is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 13 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.81 |
| HSL | 105º | 0.58% | 0.12% | - |
| HSV(B) | 105º | 0.73% | 0.19% | - |
| XYZ | 1.5 | 2.4 | 0.76 | - |
| YUV | 36.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 13 | 0.55 | 0 | 0.73 | 0.81 | 105 | 0.58 | 0.12 |
| Hex | 16 | 31 | D | 37 | 0 | 49 | 51 | 69 | 3A | C |
| Octal | 26 | 61 | 15 | 67 | 0 | 111 | 121 | 151 | 72 | 14 |
| Binary | 10110 | 110001 | 1101 | 110111 | 0 | 1001001 | 1010001 | 1101001 | 111010 | 1100 |
Color Harmonies of #16310D
Complementary color
Monochromatic Colors of #16310D
Black with #16310D
Text Example
Text Example
White with #16310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16310D; }
p { color: rgb(22,49,13); }
H1.HeaderClassName
{
color: #16310D;
}
.AnyTagClassName
{
color: #16310D;
}
</style>
background-color css
<style>
a { background-color: #16310D; }
a { background-color: rgb(22,49,13); }
div.DivClassName
{
background-color: #16310D;
}
.BgClassName
{
background-color: #16310D;
}
</style>
border-color css
<style>
span { border-color: #16310D; }
span { border-color: rgb(22,49,13); }
td.TdClassName
{
border-color: #16310D;
}
.TagClassName
{
border-color: #16310D;
}
</style>