Shades of Myrtle #0A1108
Tints of Myrtle #0A1108
RGB
CMYK
RGB Variations
Color information
#0A1108 (or 0x0A1108) is known color: Myrtle. HEX triplet: 0A, 11 and 08. RGB value is (10,17,8). Sum of RGB (Red+Green+Blue) = 10+17+8=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #0A1108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1108 is #F5EEF7. Grayscale: #0D0D0D. Windows color (decimal): -16117496 or 528650. OLE color: 528650.
HSL color Cylindrical-coordinate representation of color #0A1108: hue angle of 106.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0A1108 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 17 | 8 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.93 |
| HSL | 106.67º | 0.36% | 0.05% | - |
| HSV(B) | 106.67º | 0.53% | 0.07% | - |
| XYZ | 0.37 | 0.48 | 0.3 | - |
| YUV | 13.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 8 | 0.41 | 0 | 0.53 | 0.93 | 106.67 | 0.36 | 0.05 |
| Hex | A | 11 | 8 | 29 | 0 | 35 | 5D | 6B | 24 | 5 |
| Octal | 12 | 21 | 10 | 51 | 0 | 65 | 135 | 153 | 44 | 5 |
| Binary | 1010 | 10001 | 1000 | 101001 | 0 | 110101 | 1011101 | 1101011 | 100100 | 101 |
Color Harmonies of #0A1108
Complementary color
Monochromatic Colors of #0A1108
Black with #0A1108
Text Example
Text Example
White with #0A1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1108; }
p { color: rgb(10,17,8); }
H1.HeaderClassName
{
color: #0A1108;
}
.AnyTagClassName
{
color: #0A1108;
}
</style>
background-color css
<style>
a { background-color: #0A1108; }
a { background-color: rgb(10,17,8); }
div.DivClassName
{
background-color: #0A1108;
}
.BgClassName
{
background-color: #0A1108;
}
</style>
border-color css
<style>
span { border-color: #0A1108; }
span { border-color: rgb(10,17,8); }
td.TdClassName
{
border-color: #0A1108;
}
.TagClassName
{
border-color: #0A1108;
}
</style>