Shades of Myrtle #0B1E0A
Tints of Myrtle #0B1E0A
RGB
CMYK
RGB Variations
Color information
#0B1E0A (or 0x0B1E0A) is known color: Myrtle. HEX triplet: 0B, 1E and 0A. RGB value is (11,30,10). Sum of RGB (Red+Green+Blue) = 11+30+10=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E0A is #F4E1F5. Grayscale: #161616. Windows color (decimal): -16048630 or 663051. OLE color: 663051.
HSL color Cylindrical-coordinate representation of color #0B1E0A: hue angle of 117º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B1E0A is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 30 | 10 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.88 |
| HSL | 117º | 0.5% | 0.08% | - |
| HSV(B) | 117º | 0.67% | 0.12% | - |
| XYZ | 0.66 | 1.02 | 0.45 | - |
| YUV | 22.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 10 | 0.63 | 0 | 0.67 | 0.88 | 117 | 0.5 | 0.08 |
| Hex | B | 1E | A | 3F | 0 | 43 | 58 | 75 | 32 | 8 |
| Octal | 13 | 36 | 12 | 77 | 0 | 103 | 130 | 165 | 62 | 10 |
| Binary | 1011 | 11110 | 1010 | 111111 | 0 | 1000011 | 1011000 | 1110101 | 110010 | 1000 |
Color Harmonies of #0B1E0A
Complementary color
Monochromatic Colors of #0B1E0A
Black with #0B1E0A
Text Example
Text Example
White with #0B1E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E0A; }
p { color: rgb(11,30,10); }
H1.HeaderClassName
{
color: #0B1E0A;
}
.AnyTagClassName
{
color: #0B1E0A;
}
</style>
background-color css
<style>
a { background-color: #0B1E0A; }
a { background-color: rgb(11,30,10); }
div.DivClassName
{
background-color: #0B1E0A;
}
.BgClassName
{
background-color: #0B1E0A;
}
</style>
border-color css
<style>
span { border-color: #0B1E0A; }
span { border-color: rgb(11,30,10); }
td.TdClassName
{
border-color: #0B1E0A;
}
.TagClassName
{
border-color: #0B1E0A;
}
</style>