Shades of Myrtle #0D1E09
Tints of Myrtle #0D1E09
RGB
CMYK
RGB Variations
Color information
#0D1E09 (or 0x0D1E09) is known color: Myrtle. HEX triplet: 0D, 1E and 09. RGB value is (13,30,9). Sum of RGB (Red+Green+Blue) = 13+30+9=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E09 is #F2E1F6. Grayscale: #161616. Windows color (decimal): -15917559 or 597517. OLE color: 597517.
HSL color Cylindrical-coordinate representation of color #0D1E09: hue angle of 108.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D1E09 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 30 | 9 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.88 |
| HSL | 108.57º | 0.54% | 0.08% | - |
| HSV(B) | 108.57º | 0.7% | 0.12% | - |
| XYZ | 0.68 | 1.03 | 0.42 | - |
| YUV | 22.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 9 | 0.57 | 0 | 0.70 | 0.88 | 108.57 | 0.54 | 0.08 |
| Hex | D | 1E | 9 | 39 | 0 | 46 | 58 | 6D | 36 | 8 |
| Octal | 15 | 36 | 11 | 71 | 0 | 106 | 130 | 155 | 66 | 10 |
| Binary | 1101 | 11110 | 1001 | 111001 | 0 | 1000110 | 1011000 | 1101101 | 110110 | 1000 |
Color Harmonies of #0D1E09
Complementary color
Monochromatic Colors of #0D1E09
Black with #0D1E09
Text Example
Text Example
White with #0D1E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1E09; }
p { color: rgb(13,30,9); }
H1.HeaderClassName
{
color: #0D1E09;
}
.AnyTagClassName
{
color: #0D1E09;
}
</style>
background-color css
<style>
a { background-color: #0D1E09; }
a { background-color: rgb(13,30,9); }
div.DivClassName
{
background-color: #0D1E09;
}
.BgClassName
{
background-color: #0D1E09;
}
</style>
border-color css
<style>
span { border-color: #0D1E09; }
span { border-color: rgb(13,30,9); }
td.TdClassName
{
border-color: #0D1E09;
}
.TagClassName
{
border-color: #0D1E09;
}
</style>