Shades of Myrtle #0B2109
Tints of Myrtle #0B2109
RGB
CMYK
RGB Variations
Color information
#0B2109 (or 0x0B2109) is known color: Myrtle. HEX triplet: 0B, 21 and 09. RGB value is (11,33,9). Sum of RGB (Red+Green+Blue) = 11+33+9=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2109 is #F4DEF6. Grayscale: #171717. Windows color (decimal): -16047863 or 598283. OLE color: 598283.
HSL color Cylindrical-coordinate representation of color #0B2109: hue angle of 115º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B2109 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 9 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.87 |
| HSL | 115º | 0.57% | 0.08% | - |
| HSV(B) | 115º | 0.73% | 0.13% | - |
| XYZ | 0.73 | 1.18 | 0.45 | - |
| YUV | 23.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 9 | 0.67 | 0 | 0.73 | 0.87 | 115 | 0.57 | 0.08 |
| Hex | B | 21 | 9 | 43 | 0 | 49 | 57 | 73 | 39 | 8 |
| Octal | 13 | 41 | 11 | 103 | 0 | 111 | 127 | 163 | 71 | 10 |
| Binary | 1011 | 100001 | 1001 | 1000011 | 0 | 1001001 | 1010111 | 1110011 | 111001 | 1000 |
Color Harmonies of #0B2109
Complementary color
Monochromatic Colors of #0B2109
Black with #0B2109
Text Example
Text Example
White with #0B2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2109; }
p { color: rgb(11,33,9); }
H1.HeaderClassName
{
color: #0B2109;
}
.AnyTagClassName
{
color: #0B2109;
}
</style>
background-color css
<style>
a { background-color: #0B2109; }
a { background-color: rgb(11,33,9); }
div.DivClassName
{
background-color: #0B2109;
}
.BgClassName
{
background-color: #0B2109;
}
</style>
border-color css
<style>
span { border-color: #0B2109; }
span { border-color: rgb(11,33,9); }
td.TdClassName
{
border-color: #0B2109;
}
.TagClassName
{
border-color: #0B2109;
}
</style>