Shades of Myrtle #0B150A
Tints of Myrtle #0B150A
RGB
CMYK
RGB Variations
Color information
#0B150A (or 0x0B150A) is known color: Myrtle. HEX triplet: 0B, 15 and 0A. RGB value is (11,21,10). Sum of RGB (Red+Green+Blue) = 11+21+10=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150A is #F4EAF5. Grayscale: #101010. Windows color (decimal): -16050934 or 660747. OLE color: 660747.
HSL color Cylindrical-coordinate representation of color #0B150A: hue angle of 114.55º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B150A is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 21 | 10 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.92 |
| HSL | 114.55º | 0.35% | 0.06% | - |
| HSV(B) | 114.55º | 0.52% | 0.08% | - |
| XYZ | 0.46 | 0.63 | 0.38 | - |
| YUV | 16.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 10 | 0.48 | 0 | 0.52 | 0.92 | 114.55 | 0.35 | 0.06 |
| Hex | B | 15 | A | 30 | 0 | 34 | 5C | 73 | 23 | 6 |
| Octal | 13 | 25 | 12 | 60 | 0 | 64 | 134 | 163 | 43 | 6 |
| Binary | 1011 | 10101 | 1010 | 110000 | 0 | 110100 | 1011100 | 1110011 | 100011 | 110 |
Color Harmonies of #0B150A
Complementary color
Monochromatic Colors of #0B150A
Black with #0B150A
Text Example
Text Example
White with #0B150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B150A; }
p { color: rgb(11,21,10); }
H1.HeaderClassName
{
color: #0B150A;
}
.AnyTagClassName
{
color: #0B150A;
}
</style>
background-color css
<style>
a { background-color: #0B150A; }
a { background-color: rgb(11,21,10); }
div.DivClassName
{
background-color: #0B150A;
}
.BgClassName
{
background-color: #0B150A;
}
</style>
border-color css
<style>
span { border-color: #0B150A; }
span { border-color: rgb(11,21,10); }
td.TdClassName
{
border-color: #0B150A;
}
.TagClassName
{
border-color: #0B150A;
}
</style>