Shades of Myrtle #0B2202
Tints of Myrtle #0B2202
RGB
CMYK
RGB Variations
Color information
#0B2202 (or 0x0B2202) is known color: Myrtle. HEX triplet: 0B, 22 and 02. RGB value is (11,34,2). Sum of RGB (Red+Green+Blue) = 11+34+2=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 34 (13.67% from 255 or 72.34% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 34 - color contains mainly: green. Hex color #0B2202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2202 is #F4DDFD. Grayscale: #171717. Windows color (decimal): -16047614 or 139787. OLE color: 139787.
HSL color Cylindrical-coordinate representation of color #0B2202: hue angle of 103.12º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2202 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 34 | 2 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.87 |
| HSL | 103.13º | 0.89% | 0.07% | - |
| HSV(B) | 103.13º | 0.94% | 0.13% | - |
| XYZ | 0.72 | 1.22 | 0.25 | - |
| YUV | 23.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 2 | 0.68 | 0 | 0.94 | 0.87 | 103.13 | 0.89 | 0.07 |
| Hex | B | 22 | 2 | 44 | 0 | 5E | 57 | 67 | 59 | 7 |
| Octal | 13 | 42 | 2 | 104 | 0 | 136 | 127 | 147 | 131 | 7 |
| Binary | 1011 | 100010 | 10 | 1000100 | 0 | 1011110 | 1010111 | 1100111 | 1011001 | 111 |
Color Harmonies of #0B2202
Complementary color
Monochromatic Colors of #0B2202
Black with #0B2202
Text Example
Text Example
White with #0B2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2202; }
p { color: rgb(11,34,2); }
H1.HeaderClassName
{
color: #0B2202;
}
.AnyTagClassName
{
color: #0B2202;
}
</style>
background-color css
<style>
a { background-color: #0B2202; }
a { background-color: rgb(11,34,2); }
div.DivClassName
{
background-color: #0B2202;
}
.BgClassName
{
background-color: #0B2202;
}
</style>
border-color css
<style>
span { border-color: #0B2202; }
span { border-color: rgb(11,34,2); }
td.TdClassName
{
border-color: #0B2202;
}
.TagClassName
{
border-color: #0B2202;
}
</style>