Shades of Myrtle #0F330A
Tints of Myrtle #0F330A
RGB
CMYK
RGB Variations
Color information
#0F330A (or 0x0F330A) is known color: Myrtle. HEX triplet: 0F, 33 and 0A. RGB value is (15,51,10). Sum of RGB (Red+Green+Blue) = 15+51+10=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #0F330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F330A is #F0CCF5. Grayscale: #232323. Windows color (decimal): -15781110 or 668431. OLE color: 668431.
HSL color Cylindrical-coordinate representation of color #0F330A: hue angle of 112.68º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F330A is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 10 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.8 |
| HSL | 112.68º | 0.67% | 0.12% | - |
| HSV(B) | 112.68º | 0.8% | 0.2% | - |
| XYZ | 1.44 | 2.49 | 0.69 | - |
| YUV | 35.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 10 | 0.71 | 0 | 0.80 | 0.8 | 112.68 | 0.67 | 0.12 |
| Hex | F | 33 | A | 47 | 0 | 50 | 50 | 71 | 43 | C |
| Octal | 17 | 63 | 12 | 107 | 0 | 120 | 120 | 161 | 103 | 14 |
| Binary | 1111 | 110011 | 1010 | 1000111 | 0 | 1010000 | 1010000 | 1110001 | 1000011 | 1100 |
Color Harmonies of #0F330A
Complementary color
Monochromatic Colors of #0F330A
Black with #0F330A
Text Example
Text Example
White with #0F330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F330A; }
p { color: rgb(15,51,10); }
H1.HeaderClassName
{
color: #0F330A;
}
.AnyTagClassName
{
color: #0F330A;
}
</style>
background-color css
<style>
a { background-color: #0F330A; }
a { background-color: rgb(15,51,10); }
div.DivClassName
{
background-color: #0F330A;
}
.BgClassName
{
background-color: #0F330A;
}
</style>
border-color css
<style>
span { border-color: #0F330A; }
span { border-color: rgb(15,51,10); }
td.TdClassName
{
border-color: #0F330A;
}
.TagClassName
{
border-color: #0F330A;
}
</style>