Shades of Myrtle #0F330B
Tints of Myrtle #0F330B
RGB
CMYK
RGB Variations
Color information
#0F330B (or 0x0F330B) is known color: Myrtle. HEX triplet: 0F, 33 and 0B. RGB value is (15,51,11). Sum of RGB (Red+Green+Blue) = 15+51+11=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #0F330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F330B is #F0CCF4. Grayscale: #232323. Windows color (decimal): -15781109 or 733967. OLE color: 733967.
HSL color Cylindrical-coordinate representation of color #0F330B: hue angle of 114º degrees, saturation: 0.65, 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 #0F330B is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 11 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.8 |
| HSL | 114º | 0.65% | 0.12% | - |
| HSV(B) | 114º | 0.78% | 0.2% | - |
| XYZ | 1.44 | 2.49 | 0.72 | - |
| YUV | 35.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 11 | 0.71 | 0 | 0.78 | 0.8 | 114 | 0.65 | 0.12 |
| Hex | F | 33 | B | 47 | 0 | 4E | 50 | 72 | 41 | C |
| Octal | 17 | 63 | 13 | 107 | 0 | 116 | 120 | 162 | 101 | 14 |
| Binary | 1111 | 110011 | 1011 | 1000111 | 0 | 1001110 | 1010000 | 1110010 | 1000001 | 1100 |
Color Harmonies of #0F330B
Complementary color
Monochromatic Colors of #0F330B
Black with #0F330B
Text Example
Text Example
White with #0F330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F330B; }
p { color: rgb(15,51,11); }
H1.HeaderClassName
{
color: #0F330B;
}
.AnyTagClassName
{
color: #0F330B;
}
</style>
background-color css
<style>
a { background-color: #0F330B; }
a { background-color: rgb(15,51,11); }
div.DivClassName
{
background-color: #0F330B;
}
.BgClassName
{
background-color: #0F330B;
}
</style>
border-color css
<style>
span { border-color: #0F330B; }
span { border-color: rgb(15,51,11); }
td.TdClassName
{
border-color: #0F330B;
}
.TagClassName
{
border-color: #0F330B;
}
</style>