Shades of Myrtle #103109
Tints of Myrtle #103109
RGB
CMYK
RGB Variations
Color information
#103109 (or 0x103109) is known color: Myrtle. HEX triplet: 10, 31 and 09. RGB value is (16,49,9). Sum of RGB (Red+Green+Blue) = 16+49+9=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #103109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103109 is #EFCEF6. Grayscale: #222222. Windows color (decimal): -15716087 or 602384. OLE color: 602384.
HSL color Cylindrical-coordinate representation of color #103109: hue angle of 109.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103109 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 9 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.81 |
| HSL | 109.5º | 0.69% | 0.11% | - |
| HSV(B) | 109.5º | 0.82% | 0.19% | - |
| XYZ | 1.36 | 2.33 | 0.64 | - |
| YUV | 34.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 9 | 0.67 | 0 | 0.82 | 0.81 | 109.5 | 0.69 | 0.11 |
| Hex | 10 | 31 | 9 | 43 | 0 | 52 | 51 | 6E | 45 | B |
| Octal | 20 | 61 | 11 | 103 | 0 | 122 | 121 | 156 | 105 | 13 |
| Binary | 10000 | 110001 | 1001 | 1000011 | 0 | 1010010 | 1010001 | 1101110 | 1000101 | 1011 |
Color Harmonies of #103109
Complementary color
Monochromatic Colors of #103109
Black with #103109
Text Example
Text Example
White with #103109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103109; }
p { color: rgb(16,49,9); }
H1.HeaderClassName
{
color: #103109;
}
.AnyTagClassName
{
color: #103109;
}
</style>
background-color css
<style>
a { background-color: #103109; }
a { background-color: rgb(16,49,9); }
div.DivClassName
{
background-color: #103109;
}
.BgClassName
{
background-color: #103109;
}
</style>
border-color css
<style>
span { border-color: #103109; }
span { border-color: rgb(16,49,9); }
td.TdClassName
{
border-color: #103109;
}
.TagClassName
{
border-color: #103109;
}
</style>