Shades of Myrtle #0D160B
Tints of Myrtle #0D160B
RGB
CMYK
RGB Variations
Color information
#0D160B (or 0x0D160B) is known color: Myrtle. HEX triplet: 0D, 16 and 0B. RGB value is (13,22,11). Sum of RGB (Red+Green+Blue) = 13+22+11=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #0D160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D160B is #F2E9F4. Grayscale: #121212. Windows color (decimal): -15919605 or 726541. OLE color: 726541.
HSL color Cylindrical-coordinate representation of color #0D160B: hue angle of 109.09º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D160B is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 22 | 11 | - |
| CMYK | 0.41 | 0 | 0.5 | 0.91 |
| HSL | 109.09º | 0.33% | 0.06% | - |
| HSV(B) | 109.09º | 0.5% | 0.09% | - |
| XYZ | 0.51 | 0.68 | 0.42 | - |
| YUV | 18.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 11 | 0.41 | 0 | 0.5 | 0.91 | 109.09 | 0.33 | 0.06 |
| Hex | D | 16 | B | 29 | 0 | 32 | 5B | 6D | 21 | 6 |
| Octal | 15 | 26 | 13 | 51 | 0 | 62 | 133 | 155 | 41 | 6 |
| Binary | 1101 | 10110 | 1011 | 101001 | 0 | 110010 | 1011011 | 1101101 | 100001 | 110 |
Color Harmonies of #0D160B
Complementary color
Monochromatic Colors of #0D160B
Black with #0D160B
Text Example
Text Example
White with #0D160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D160B; }
p { color: rgb(13,22,11); }
H1.HeaderClassName
{
color: #0D160B;
}
.AnyTagClassName
{
color: #0D160B;
}
</style>
background-color css
<style>
a { background-color: #0D160B; }
a { background-color: rgb(13,22,11); }
div.DivClassName
{
background-color: #0D160B;
}
.BgClassName
{
background-color: #0D160B;
}
</style>
border-color css
<style>
span { border-color: #0D160B; }
span { border-color: rgb(13,22,11); }
td.TdClassName
{
border-color: #0D160B;
}
.TagClassName
{
border-color: #0D160B;
}
</style>