Shades of Myrtle #0B1E05
Tints of Myrtle #0B1E05
RGB
CMYK
RGB Variations
Color information
#0B1E05 (or 0x0B1E05) is known color: Myrtle. HEX triplet: 0B, 1E and 05. RGB value is (11,30,5). Sum of RGB (Red+Green+Blue) = 11+30+5=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E05 is #F4E1FA. Grayscale: #151515. Windows color (decimal): -16048635 or 335371. OLE color: 335371.
HSL color Cylindrical-coordinate representation of color #0B1E05: hue angle of 105.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B1E05 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 30 | 5 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.88 |
| HSL | 105.6º | 0.71% | 0.07% | - |
| HSV(B) | 105.6º | 0.83% | 0.12% | - |
| XYZ | 0.63 | 1.01 | 0.31 | - |
| YUV | 21.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 5 | 0.63 | 0 | 0.83 | 0.88 | 105.6 | 0.71 | 0.07 |
| Hex | B | 1E | 5 | 3F | 0 | 53 | 58 | 6A | 47 | 7 |
| Octal | 13 | 36 | 5 | 77 | 0 | 123 | 130 | 152 | 107 | 7 |
| Binary | 1011 | 11110 | 101 | 111111 | 0 | 1010011 | 1011000 | 1101010 | 1000111 | 111 |
Color Harmonies of #0B1E05
Complementary color
Monochromatic Colors of #0B1E05
Black with #0B1E05
Text Example
Text Example
White with #0B1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E05; }
p { color: rgb(11,30,5); }
H1.HeaderClassName
{
color: #0B1E05;
}
.AnyTagClassName
{
color: #0B1E05;
}
</style>
background-color css
<style>
a { background-color: #0B1E05; }
a { background-color: rgb(11,30,5); }
div.DivClassName
{
background-color: #0B1E05;
}
.BgClassName
{
background-color: #0B1E05;
}
</style>
border-color css
<style>
span { border-color: #0B1E05; }
span { border-color: rgb(11,30,5); }
td.TdClassName
{
border-color: #0B1E05;
}
.TagClassName
{
border-color: #0B1E05;
}
</style>