Shades of Myrtle #0B1B07
Tints of Myrtle #0B1B07
RGB
CMYK
RGB Variations
Color information
#0B1B07 (or 0x0B1B07) is known color: Myrtle. HEX triplet: 0B, 1B and 07. RGB value is (11,27,7). Sum of RGB (Red+Green+Blue) = 11+27+7=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #0B1B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1B07 is #F4E4F8. Grayscale: #141414. Windows color (decimal): -16049401 or 465675. OLE color: 465675.
HSL color Cylindrical-coordinate representation of color #0B1B07: hue angle of 108º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B1B07 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 27 | 7 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.89 |
| HSL | 108º | 0.59% | 0.07% | - |
| HSV(B) | 108º | 0.74% | 0.11% | - |
| XYZ | 0.57 | 0.87 | 0.34 | - |
| YUV | 19.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 7 | 0.59 | 0 | 0.74 | 0.89 | 108 | 0.59 | 0.07 |
| Hex | B | 1B | 7 | 3B | 0 | 4A | 59 | 6C | 3B | 7 |
| Octal | 13 | 33 | 7 | 73 | 0 | 112 | 131 | 154 | 73 | 7 |
| Binary | 1011 | 11011 | 111 | 111011 | 0 | 1001010 | 1011001 | 1101100 | 111011 | 111 |
Color Harmonies of #0B1B07
Complementary color
Monochromatic Colors of #0B1B07
Black with #0B1B07
Text Example
Text Example
White with #0B1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1B07; }
p { color: rgb(11,27,7); }
H1.HeaderClassName
{
color: #0B1B07;
}
.AnyTagClassName
{
color: #0B1B07;
}
</style>
background-color css
<style>
a { background-color: #0B1B07; }
a { background-color: rgb(11,27,7); }
div.DivClassName
{
background-color: #0B1B07;
}
.BgClassName
{
background-color: #0B1B07;
}
</style>
border-color css
<style>
span { border-color: #0B1B07; }
span { border-color: rgb(11,27,7); }
td.TdClassName
{
border-color: #0B1B07;
}
.TagClassName
{
border-color: #0B1B07;
}
</style>