Shades of Myrtle #0B320E
Tints of Myrtle #0B320E
RGB
CMYK
RGB Variations
Color information
#0B320E (or 0x0B320E) is known color: Myrtle. HEX triplet: 0B, 32 and 0E. RGB value is (11,50,14). Sum of RGB (Red+Green+Blue) = 11+50+14=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #0B320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B320E is #F4CDF1. Grayscale: #222222. Windows color (decimal): -16043506 or 930315. OLE color: 930315.
HSL color Cylindrical-coordinate representation of color #0B320E: hue angle of 124.62º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B320E is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 14 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.80 |
| HSL | 124.62º | 0.64% | 0.12% | - |
| HSV(B) | 124.62º | 0.78% | 0.2% | - |
| XYZ | 1.36 | 2.38 | 0.8 | - |
| YUV | 34.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 14 | 0.78 | 0 | 0.72 | 0.80 | 124.62 | 0.64 | 0.12 |
| Hex | B | 32 | E | 4E | 0 | 48 | 50 | 7D | 40 | C |
| Octal | 13 | 62 | 16 | 116 | 0 | 110 | 120 | 175 | 100 | 14 |
| Binary | 1011 | 110010 | 1110 | 1001110 | 0 | 1001000 | 1010000 | 1111101 | 1000000 | 1100 |
Color Harmonies of #0B320E
Complementary color
Monochromatic Colors of #0B320E
Black with #0B320E
Text Example
Text Example
White with #0B320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B320E; }
p { color: rgb(11,50,14); }
H1.HeaderClassName
{
color: #0B320E;
}
.AnyTagClassName
{
color: #0B320E;
}
</style>
background-color css
<style>
a { background-color: #0B320E; }
a { background-color: rgb(11,50,14); }
div.DivClassName
{
background-color: #0B320E;
}
.BgClassName
{
background-color: #0B320E;
}
</style>
border-color css
<style>
span { border-color: #0B320E; }
span { border-color: rgb(11,50,14); }
td.TdClassName
{
border-color: #0B320E;
}
.TagClassName
{
border-color: #0B320E;
}
</style>