Shades of Myrtle #102B09
Tints of Myrtle #102B09
RGB
CMYK
RGB Variations
Color information
#102B09 (or 0x102B09) is known color: Myrtle. HEX triplet: 10, 2B and 09. RGB value is (16,43,9). Sum of RGB (Red+Green+Blue) = 16+43+9=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 43 (17.19% from 255 or 63.24% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 43 - color contains mainly: green. Hex color #102B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102B09 is #EFD4F6. Grayscale: #1F1F1F. Windows color (decimal): -15717623 or 600848. OLE color: 600848.
HSL color Cylindrical-coordinate representation of color #102B09: hue angle of 107.65º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #102B09 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 43 | 9 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.83 |
| HSL | 107.65º | 0.65% | 0.1% | - |
| HSV(B) | 107.65º | 0.79% | 0.17% | - |
| XYZ | 1.13 | 1.86 | 0.56 | - |
| YUV | 31.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 9 | 0.63 | 0 | 0.79 | 0.83 | 107.65 | 0.65 | 0.1 |
| Hex | 10 | 2B | 9 | 3F | 0 | 4F | 53 | 6C | 41 | A |
| Octal | 20 | 53 | 11 | 77 | 0 | 117 | 123 | 154 | 101 | 12 |
| Binary | 10000 | 101011 | 1001 | 111111 | 0 | 1001111 | 1010011 | 1101100 | 1000001 | 1010 |
Color Harmonies of #102B09
Complementary color
Monochromatic Colors of #102B09
Black with #102B09
Text Example
Text Example
White with #102B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B09; }
p { color: rgb(16,43,9); }
H1.HeaderClassName
{
color: #102B09;
}
.AnyTagClassName
{
color: #102B09;
}
</style>
background-color css
<style>
a { background-color: #102B09; }
a { background-color: rgb(16,43,9); }
div.DivClassName
{
background-color: #102B09;
}
.BgClassName
{
background-color: #102B09;
}
</style>
border-color css
<style>
span { border-color: #102B09; }
span { border-color: rgb(16,43,9); }
td.TdClassName
{
border-color: #102B09;
}
.TagClassName
{
border-color: #102B09;
}
</style>