Shades of Myrtle #0B1E07
Tints of Myrtle #0B1E07
RGB
CMYK
RGB Variations
Color information
#0B1E07 (or 0x0B1E07) is known color: Myrtle. HEX triplet: 0B, 1E and 07. RGB value is (11,30,7). Sum of RGB (Red+Green+Blue) = 11+30+7=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E07 is #F4E1F8. Grayscale: #151515. Windows color (decimal): -16048633 or 466443. OLE color: 466443.
HSL color Cylindrical-coordinate representation of color #0B1E07: hue angle of 109.57º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B1E07 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 30 | 7 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.88 |
| HSL | 109.57º | 0.62% | 0.07% | - |
| HSV(B) | 109.57º | 0.77% | 0.12% | - |
| XYZ | 0.64 | 1.02 | 0.36 | - |
| YUV | 21.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 7 | 0.63 | 0 | 0.77 | 0.88 | 109.57 | 0.62 | 0.07 |
| Hex | B | 1E | 7 | 3F | 0 | 4D | 58 | 6E | 3E | 7 |
| Octal | 13 | 36 | 7 | 77 | 0 | 115 | 130 | 156 | 76 | 7 |
| Binary | 1011 | 11110 | 111 | 111111 | 0 | 1001101 | 1011000 | 1101110 | 111110 | 111 |
Color Harmonies of #0B1E07
Complementary color
Monochromatic Colors of #0B1E07
Black with #0B1E07
Text Example
Text Example
White with #0B1E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E07; }
p { color: rgb(11,30,7); }
H1.HeaderClassName
{
color: #0B1E07;
}
.AnyTagClassName
{
color: #0B1E07;
}
</style>
background-color css
<style>
a { background-color: #0B1E07; }
a { background-color: rgb(11,30,7); }
div.DivClassName
{
background-color: #0B1E07;
}
.BgClassName
{
background-color: #0B1E07;
}
</style>
border-color css
<style>
span { border-color: #0B1E07; }
span { border-color: rgb(11,30,7); }
td.TdClassName
{
border-color: #0B1E07;
}
.TagClassName
{
border-color: #0B1E07;
}
</style>