Shades of Myrtle #0F220B
Tints of Myrtle #0F220B
RGB
CMYK
RGB Variations
Color information
#0F220B (or 0x0F220B) is known color: Myrtle. HEX triplet: 0F, 22 and 0B. RGB value is (15,34,11). Sum of RGB (Red+Green+Blue) = 15+34+11=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 34 (13.67% from 255 or 56.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 34 - color contains mainly: green. Hex color #0F220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F220B is #F0DDF4. Grayscale: #191919. Windows color (decimal): -15785461 or 729615. OLE color: 729615.
HSL color Cylindrical-coordinate representation of color #0F220B: hue angle of 109.57º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F220B is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 34 | 11 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.87 |
| HSL | 109.57º | 0.51% | 0.09% | - |
| HSV(B) | 109.57º | 0.68% | 0.13% | - |
| XYZ | 0.83 | 1.27 | 0.52 | - |
| YUV | 25.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 11 | 0.56 | 0 | 0.68 | 0.87 | 109.57 | 0.51 | 0.09 |
| Hex | F | 22 | B | 38 | 0 | 44 | 57 | 6E | 33 | 9 |
| Octal | 17 | 42 | 13 | 70 | 0 | 104 | 127 | 156 | 63 | 11 |
| Binary | 1111 | 100010 | 1011 | 111000 | 0 | 1000100 | 1010111 | 1101110 | 110011 | 1001 |
Color Harmonies of #0F220B
Complementary color
Monochromatic Colors of #0F220B
Black with #0F220B
Text Example
Text Example
White with #0F220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F220B; }
p { color: rgb(15,34,11); }
H1.HeaderClassName
{
color: #0F220B;
}
.AnyTagClassName
{
color: #0F220B;
}
</style>
background-color css
<style>
a { background-color: #0F220B; }
a { background-color: rgb(15,34,11); }
div.DivClassName
{
background-color: #0F220B;
}
.BgClassName
{
background-color: #0F220B;
}
</style>
border-color css
<style>
span { border-color: #0F220B; }
span { border-color: rgb(15,34,11); }
td.TdClassName
{
border-color: #0F220B;
}
.TagClassName
{
border-color: #0F220B;
}
</style>