Shades of Myrtle #0B2609
Tints of Myrtle #0B2609
RGB
CMYK
RGB Variations
Color information
#0B2609 (or 0x0B2609) is known color: Myrtle. HEX triplet: 0B, 26 and 09. RGB value is (11,38,9). Sum of RGB (Red+Green+Blue) = 11+38+9=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #0B2609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2609 is #F4D9F6. Grayscale: #1A1A1A. Windows color (decimal): -16046583 or 599563. OLE color: 599563.
HSL color Cylindrical-coordinate representation of color #0B2609: hue angle of 115.86º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B2609 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 9 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.85 |
| HSL | 115.86º | 0.62% | 0.09% | - |
| HSV(B) | 115.86º | 0.76% | 0.15% | - |
| XYZ | 0.88 | 1.48 | 0.5 | - |
| YUV | 26.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 9 | 0.71 | 0 | 0.76 | 0.85 | 115.86 | 0.62 | 0.09 |
| Hex | B | 26 | 9 | 47 | 0 | 4C | 55 | 74 | 3E | 9 |
| Octal | 13 | 46 | 11 | 107 | 0 | 114 | 125 | 164 | 76 | 11 |
| Binary | 1011 | 100110 | 1001 | 1000111 | 0 | 1001100 | 1010101 | 1110100 | 111110 | 1001 |
Color Harmonies of #0B2609
Complementary color
Monochromatic Colors of #0B2609
Black with #0B2609
Text Example
Text Example
White with #0B2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2609; }
p { color: rgb(11,38,9); }
H1.HeaderClassName
{
color: #0B2609;
}
.AnyTagClassName
{
color: #0B2609;
}
</style>
background-color css
<style>
a { background-color: #0B2609; }
a { background-color: rgb(11,38,9); }
div.DivClassName
{
background-color: #0B2609;
}
.BgClassName
{
background-color: #0B2609;
}
</style>
border-color css
<style>
span { border-color: #0B2609; }
span { border-color: rgb(11,38,9); }
td.TdClassName
{
border-color: #0B2609;
}
.TagClassName
{
border-color: #0B2609;
}
</style>