Shades of Myrtle #0D1D0B
Tints of Myrtle #0D1D0B
RGB
CMYK
RGB Variations
Color information
#0D1D0B (or 0x0D1D0B) is known color: Myrtle. HEX triplet: 0D, 1D and 0B. RGB value is (13,29,11). Sum of RGB (Red+Green+Blue) = 13+29+11=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D0B is #F2E2F4. Grayscale: #161616. Windows color (decimal): -15917813 or 728333. OLE color: 728333.
HSL color Cylindrical-coordinate representation of color #0D1D0B: hue angle of 113.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D1D0B is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 29 | 11 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.89 |
| HSL | 113.33º | 0.45% | 0.08% | - |
| HSV(B) | 113.33º | 0.62% | 0.11% | - |
| XYZ | 0.67 | 0.99 | 0.47 | - |
| YUV | 22.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 11 | 0.55 | 0 | 0.62 | 0.89 | 113.33 | 0.45 | 0.08 |
| Hex | D | 1D | B | 37 | 0 | 3E | 59 | 71 | 2D | 8 |
| Octal | 15 | 35 | 13 | 67 | 0 | 76 | 131 | 161 | 55 | 10 |
| Binary | 1101 | 11101 | 1011 | 110111 | 0 | 111110 | 1011001 | 1110001 | 101101 | 1000 |
Color Harmonies of #0D1D0B
Complementary color
Monochromatic Colors of #0D1D0B
Black with #0D1D0B
Text Example
Text Example
White with #0D1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D0B; }
p { color: rgb(13,29,11); }
H1.HeaderClassName
{
color: #0D1D0B;
}
.AnyTagClassName
{
color: #0D1D0B;
}
</style>
background-color css
<style>
a { background-color: #0D1D0B; }
a { background-color: rgb(13,29,11); }
div.DivClassName
{
background-color: #0D1D0B;
}
.BgClassName
{
background-color: #0D1D0B;
}
</style>
border-color css
<style>
span { border-color: #0D1D0B; }
span { border-color: rgb(13,29,11); }
td.TdClassName
{
border-color: #0D1D0B;
}
.TagClassName
{
border-color: #0D1D0B;
}
</style>