Shades of Myrtle #0A1B09
Tints of Myrtle #0A1B09
RGB
CMYK
RGB Variations
Color information
#0A1B09 (or 0x0A1B09) is known color: Myrtle. HEX triplet: 0A, 1B and 09. RGB value is (10,27,9). Sum of RGB (Red+Green+Blue) = 10+27+9=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B09 is #F5E4F6. Grayscale: #131313. Windows color (decimal): -16114935 or 596746. OLE color: 596746.
HSL color Cylindrical-coordinate representation of color #0A1B09: hue angle of 116.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 #0A1B09 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 27 | 9 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.89 |
| HSL | 116.67º | 0.5% | 0.07% | - |
| HSV(B) | 116.67º | 0.67% | 0.11% | - |
| XYZ | 0.57 | 0.87 | 0.4 | - |
| YUV | 19.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 9 | 0.63 | 0 | 0.67 | 0.89 | 116.67 | 0.5 | 0.07 |
| Hex | A | 1B | 9 | 3F | 0 | 43 | 59 | 75 | 32 | 7 |
| Octal | 12 | 33 | 11 | 77 | 0 | 103 | 131 | 165 | 62 | 7 |
| Binary | 1010 | 11011 | 1001 | 111111 | 0 | 1000011 | 1011001 | 1110101 | 110010 | 111 |
Color Harmonies of #0A1B09
Complementary color
Monochromatic Colors of #0A1B09
Black with #0A1B09
Text Example
Text Example
White with #0A1B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B09; }
p { color: rgb(10,27,9); }
H1.HeaderClassName
{
color: #0A1B09;
}
.AnyTagClassName
{
color: #0A1B09;
}
</style>
background-color css
<style>
a { background-color: #0A1B09; }
a { background-color: rgb(10,27,9); }
div.DivClassName
{
background-color: #0A1B09;
}
.BgClassName
{
background-color: #0A1B09;
}
</style>
border-color css
<style>
span { border-color: #0A1B09; }
span { border-color: rgb(10,27,9); }
td.TdClassName
{
border-color: #0A1B09;
}
.TagClassName
{
border-color: #0A1B09;
}
</style>