Shades of Myrtle #0D1B09
Tints of Myrtle #0D1B09
RGB
CMYK
RGB Variations
Color information
#0D1B09 (or 0x0D1B09) is known color: Myrtle. HEX triplet: 0D, 1B and 09. RGB value is (13,27,9). Sum of RGB (Red+Green+Blue) = 13+27+9=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B09 is #F2E4F6. Grayscale: #141414. Windows color (decimal): -15918327 or 596749. OLE color: 596749.
HSL color Cylindrical-coordinate representation of color #0D1B09: hue angle of 106.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D1B09 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 27 | 9 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.89 |
| HSL | 106.67º | 0.5% | 0.07% | - |
| HSV(B) | 106.67º | 0.67% | 0.11% | - |
| XYZ | 0.61 | 0.89 | 0.4 | - |
| YUV | 20.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 9 | 0.52 | 0 | 0.67 | 0.89 | 106.67 | 0.5 | 0.07 |
| Hex | D | 1B | 9 | 34 | 0 | 43 | 59 | 6B | 32 | 7 |
| Octal | 15 | 33 | 11 | 64 | 0 | 103 | 131 | 153 | 62 | 7 |
| Binary | 1101 | 11011 | 1001 | 110100 | 0 | 1000011 | 1011001 | 1101011 | 110010 | 111 |
Color Harmonies of #0D1B09
Complementary color
Monochromatic Colors of #0D1B09
Black with #0D1B09
Text Example
Text Example
White with #0D1B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B09; }
p { color: rgb(13,27,9); }
H1.HeaderClassName
{
color: #0D1B09;
}
.AnyTagClassName
{
color: #0D1B09;
}
</style>
background-color css
<style>
a { background-color: #0D1B09; }
a { background-color: rgb(13,27,9); }
div.DivClassName
{
background-color: #0D1B09;
}
.BgClassName
{
background-color: #0D1B09;
}
</style>
border-color css
<style>
span { border-color: #0D1B09; }
span { border-color: rgb(13,27,9); }
td.TdClassName
{
border-color: #0D1B09;
}
.TagClassName
{
border-color: #0D1B09;
}
</style>