Shades of Myrtle #0B2009
Tints of Myrtle #0B2009
RGB
CMYK
RGB Variations
Color information
#0B2009 (or 0x0B2009) is known color: Myrtle. HEX triplet: 0B, 20 and 09. RGB value is (11,32,9). Sum of RGB (Red+Green+Blue) = 11+32+9=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #0B2009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2009 is #F4DFF6. Grayscale: #171717. Windows color (decimal): -16048119 or 598027. OLE color: 598027.
HSL color Cylindrical-coordinate representation of color #0B2009: hue angle of 114.78º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B2009 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 32 | 9 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.87 |
| HSL | 114.78º | 0.56% | 0.08% | - |
| HSV(B) | 114.78º | 0.72% | 0.13% | - |
| XYZ | 0.7 | 1.12 | 0.44 | - |
| YUV | 23.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 9 | 0.66 | 0 | 0.72 | 0.87 | 114.78 | 0.56 | 0.08 |
| Hex | B | 20 | 9 | 42 | 0 | 48 | 57 | 73 | 38 | 8 |
| Octal | 13 | 40 | 11 | 102 | 0 | 110 | 127 | 163 | 70 | 10 |
| Binary | 1011 | 100000 | 1001 | 1000010 | 0 | 1001000 | 1010111 | 1110011 | 111000 | 1000 |
Color Harmonies of #0B2009
Complementary color
Monochromatic Colors of #0B2009
Black with #0B2009
Text Example
Text Example
White with #0B2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2009; }
p { color: rgb(11,32,9); }
H1.HeaderClassName
{
color: #0B2009;
}
.AnyTagClassName
{
color: #0B2009;
}
</style>
background-color css
<style>
a { background-color: #0B2009; }
a { background-color: rgb(11,32,9); }
div.DivClassName
{
background-color: #0B2009;
}
.BgClassName
{
background-color: #0B2009;
}
</style>
border-color css
<style>
span { border-color: #0B2009; }
span { border-color: rgb(11,32,9); }
td.TdClassName
{
border-color: #0B2009;
}
.TagClassName
{
border-color: #0B2009;
}
</style>