Shades of Myrtle #0B0F0A
Tints of Myrtle #0B0F0A
RGB
CMYK
RGB Variations
Color information
#0B0F0A (or 0x0B0F0A) is known color: Myrtle. HEX triplet: 0B, 0F and 0A. RGB value is (11,15,10). Sum of RGB (Red+Green+Blue) = 11+15+10=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 15 - color contains mainly: green. Hex color #0B0F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0F0A is #F4F0F5. Grayscale: #0D0D0D. Windows color (decimal): -16052470 or 659211. OLE color: 659211.
HSL color Cylindrical-coordinate representation of color #0B0F0A: hue angle of 108º degrees, saturation: 0.2, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0B0F0A is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 15 | 10 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.94 |
| HSL | 108º | 0.2% | 0.05% | - |
| HSV(B) | 108º | 0.33% | 0.06% | - |
| XYZ | 0.36 | 0.43 | 0.35 | - |
| YUV | 13.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 10 | 0.27 | 0 | 0.33 | 0.94 | 108 | 0.2 | 0.05 |
| Hex | B | F | A | 1B | 0 | 21 | 5E | 6C | 14 | 5 |
| Octal | 13 | 17 | 12 | 33 | 0 | 41 | 136 | 154 | 24 | 5 |
| Binary | 1011 | 1111 | 1010 | 11011 | 0 | 100001 | 1011110 | 1101100 | 10100 | 101 |
Color Harmonies of #0B0F0A
Complementary color
Monochromatic Colors of #0B0F0A
Black with #0B0F0A
Text Example
Text Example
White with #0B0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F0A; }
p { color: rgb(11,15,10); }
H1.HeaderClassName
{
color: #0B0F0A;
}
.AnyTagClassName
{
color: #0B0F0A;
}
</style>
background-color css
<style>
a { background-color: #0B0F0A; }
a { background-color: rgb(11,15,10); }
div.DivClassName
{
background-color: #0B0F0A;
}
.BgClassName
{
background-color: #0B0F0A;
}
</style>
border-color css
<style>
span { border-color: #0B0F0A; }
span { border-color: rgb(11,15,10); }
td.TdClassName
{
border-color: #0B0F0A;
}
.TagClassName
{
border-color: #0B0F0A;
}
</style>