Shades of Myrtle #0B1907
Tints of Myrtle #0B1907
RGB
CMYK
RGB Variations
Color information
#0B1907 (or 0x0B1907) is known color: Myrtle. HEX triplet: 0B, 19 and 07. RGB value is (11,25,7). Sum of RGB (Red+Green+Blue) = 11+25+7=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1907 is #F4E6F8. Grayscale: #121212. Windows color (decimal): -16049913 or 465163. OLE color: 465163.
HSL color Cylindrical-coordinate representation of color #0B1907: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B1907 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 25 | 7 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.90 |
| HSL | 106.67º | 0.56% | 0.06% | - |
| HSV(B) | 106.67º | 0.72% | 0.1% | - |
| XYZ | 0.52 | 0.78 | 0.32 | - |
| YUV | 18.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 7 | 0.56 | 0 | 0.72 | 0.90 | 106.67 | 0.56 | 0.06 |
| Hex | B | 19 | 7 | 38 | 0 | 48 | 5A | 6B | 38 | 6 |
| Octal | 13 | 31 | 7 | 70 | 0 | 110 | 132 | 153 | 70 | 6 |
| Binary | 1011 | 11001 | 111 | 111000 | 0 | 1001000 | 1011010 | 1101011 | 111000 | 110 |
Color Harmonies of #0B1907
Complementary color
Monochromatic Colors of #0B1907
Black with #0B1907
Text Example
Text Example
White with #0B1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1907; }
p { color: rgb(11,25,7); }
H1.HeaderClassName
{
color: #0B1907;
}
.AnyTagClassName
{
color: #0B1907;
}
</style>
background-color css
<style>
a { background-color: #0B1907; }
a { background-color: rgb(11,25,7); }
div.DivClassName
{
background-color: #0B1907;
}
.BgClassName
{
background-color: #0B1907;
}
</style>
border-color css
<style>
span { border-color: #0B1907; }
span { border-color: rgb(11,25,7); }
td.TdClassName
{
border-color: #0B1907;
}
.TagClassName
{
border-color: #0B1907;
}
</style>