Shades of Myrtle #0B2105
Tints of Myrtle #0B2105
RGB
CMYK
RGB Variations
Color information
#0B2105 (or 0x0B2105) is known color: Myrtle. HEX triplet: 0B, 21 and 05. RGB value is (11,33,5). Sum of RGB (Red+Green+Blue) = 11+33+5=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2105 is #F4DEFA. Grayscale: #171717. Windows color (decimal): -16047867 or 336139. OLE color: 336139.
HSL color Cylindrical-coordinate representation of color #0B2105: hue angle of 107.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2105 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 5 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.87 |
| HSL | 107.14º | 0.74% | 0.07% | - |
| HSV(B) | 107.14º | 0.85% | 0.13% | - |
| XYZ | 0.71 | 1.17 | 0.33 | - |
| YUV | 23.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 5 | 0.67 | 0 | 0.85 | 0.87 | 107.14 | 0.74 | 0.07 |
| Hex | B | 21 | 5 | 43 | 0 | 55 | 57 | 6B | 4A | 7 |
| Octal | 13 | 41 | 5 | 103 | 0 | 125 | 127 | 153 | 112 | 7 |
| Binary | 1011 | 100001 | 101 | 1000011 | 0 | 1010101 | 1010111 | 1101011 | 1001010 | 111 |
Color Harmonies of #0B2105
Complementary color
Monochromatic Colors of #0B2105
Black with #0B2105
Text Example
Text Example
White with #0B2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2105; }
p { color: rgb(11,33,5); }
H1.HeaderClassName
{
color: #0B2105;
}
.AnyTagClassName
{
color: #0B2105;
}
</style>
background-color css
<style>
a { background-color: #0B2105; }
a { background-color: rgb(11,33,5); }
div.DivClassName
{
background-color: #0B2105;
}
.BgClassName
{
background-color: #0B2105;
}
</style>
border-color css
<style>
span { border-color: #0B2105; }
span { border-color: rgb(11,33,5); }
td.TdClassName
{
border-color: #0B2105;
}
.TagClassName
{
border-color: #0B2105;
}
</style>