Shades of Myrtle #0B300E
Tints of Myrtle #0B300E
RGB
CMYK
RGB Variations
Color information
#0B300E (or 0x0B300E) is known color: Myrtle. HEX triplet: 0B, 30 and 0E. RGB value is (11,48,14). Sum of RGB (Red+Green+Blue) = 11+48+14=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #0B300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B300E is #F4CFF1. Grayscale: #212121. Windows color (decimal): -16044018 or 929803. OLE color: 929803.
HSL color Cylindrical-coordinate representation of color #0B300E: hue angle of 124.86º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B300E is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 48 | 14 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.81 |
| HSL | 124.86º | 0.63% | 0.12% | - |
| HSV(B) | 124.86º | 0.77% | 0.19% | - |
| XYZ | 1.27 | 2.22 | 0.78 | - |
| YUV | 33.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 14 | 0.77 | 0 | 0.71 | 0.81 | 124.86 | 0.63 | 0.12 |
| Hex | B | 30 | E | 4D | 0 | 47 | 51 | 7D | 3F | C |
| Octal | 13 | 60 | 16 | 115 | 0 | 107 | 121 | 175 | 77 | 14 |
| Binary | 1011 | 110000 | 1110 | 1001101 | 0 | 1000111 | 1010001 | 1111101 | 111111 | 1100 |
Color Harmonies of #0B300E
Complementary color
Monochromatic Colors of #0B300E
Black with #0B300E
Text Example
Text Example
White with #0B300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B300E; }
p { color: rgb(11,48,14); }
H1.HeaderClassName
{
color: #0B300E;
}
.AnyTagClassName
{
color: #0B300E;
}
</style>
background-color css
<style>
a { background-color: #0B300E; }
a { background-color: rgb(11,48,14); }
div.DivClassName
{
background-color: #0B300E;
}
.BgClassName
{
background-color: #0B300E;
}
</style>
border-color css
<style>
span { border-color: #0B300E; }
span { border-color: rgb(11,48,14); }
td.TdClassName
{
border-color: #0B300E;
}
.TagClassName
{
border-color: #0B300E;
}
</style>