Shades of Myrtle #0B320C
Tints of Myrtle #0B320C
RGB
CMYK
RGB Variations
Color information
#0B320C (or 0x0B320C) is known color: Myrtle. HEX triplet: 0B, 32 and 0C. RGB value is (11,50,12). Sum of RGB (Red+Green+Blue) = 11+50+12=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #0B320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B320C is #F4CDF3. Grayscale: #222222. Windows color (decimal): -16043508 or 799243. OLE color: 799243.
HSL color Cylindrical-coordinate representation of color #0B320C: hue angle of 121.54º 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 #0B320C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 12 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.80 |
| HSL | 121.54º | 0.64% | 0.12% | - |
| HSV(B) | 121.54º | 0.78% | 0.2% | - |
| XYZ | 1.34 | 2.38 | 0.74 | - |
| YUV | 34.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 12 | 0.78 | 0 | 0.76 | 0.80 | 121.54 | 0.64 | 0.12 |
| Hex | B | 32 | C | 4E | 0 | 4C | 50 | 7A | 40 | C |
| Octal | 13 | 62 | 14 | 116 | 0 | 114 | 120 | 172 | 100 | 14 |
| Binary | 1011 | 110010 | 1100 | 1001110 | 0 | 1001100 | 1010000 | 1111010 | 1000000 | 1100 |
Color Harmonies of #0B320C
Complementary color
Monochromatic Colors of #0B320C
Black with #0B320C
Text Example
Text Example
White with #0B320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B320C; }
p { color: rgb(11,50,12); }
H1.HeaderClassName
{
color: #0B320C;
}
.AnyTagClassName
{
color: #0B320C;
}
</style>
background-color css
<style>
a { background-color: #0B320C; }
a { background-color: rgb(11,50,12); }
div.DivClassName
{
background-color: #0B320C;
}
.BgClassName
{
background-color: #0B320C;
}
</style>
border-color css
<style>
span { border-color: #0B320C; }
span { border-color: rgb(11,50,12); }
td.TdClassName
{
border-color: #0B320C;
}
.TagClassName
{
border-color: #0B320C;
}
</style>