Shades of Myrtle #0F3301
Tints of Myrtle #0F3301
RGB
CMYK
RGB Variations
Color information
#0F3301 (or 0x0F3301) is known color: Myrtle. HEX triplet: 0F, 33 and 01. RGB value is (15,51,1). Sum of RGB (Red+Green+Blue) = 15+51+1=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 51 (20.31% from 255 or 76.12% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3301 is #F0CCFE. Grayscale: #222222. Windows color (decimal): -15781119 or 78607. OLE color: 78607.
HSL color Cylindrical-coordinate representation of color #0F3301: hue angle of 103.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F3301 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 1 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.8 |
| HSL | 103.2º | 0.96% | 0.1% | - |
| HSV(B) | 103.2º | 0.98% | 0.2% | - |
| XYZ | 1.39 | 2.47 | 0.43 | - |
| YUV | 34.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 1 | 0.71 | 0 | 0.98 | 0.8 | 103.2 | 0.96 | 0.1 |
| Hex | F | 33 | 1 | 47 | 0 | 62 | 50 | 67 | 60 | A |
| Octal | 17 | 63 | 1 | 107 | 0 | 142 | 120 | 147 | 140 | 12 |
| Binary | 1111 | 110011 | 1 | 1000111 | 0 | 1100010 | 1010000 | 1100111 | 1100000 | 1010 |
Color Harmonies of #0F3301
Complementary color
Monochromatic Colors of #0F3301
Black with #0F3301
Text Example
Text Example
White with #0F3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3301; }
p { color: rgb(15,51,1); }
H1.HeaderClassName
{
color: #0F3301;
}
.AnyTagClassName
{
color: #0F3301;
}
</style>
background-color css
<style>
a { background-color: #0F3301; }
a { background-color: rgb(15,51,1); }
div.DivClassName
{
background-color: #0F3301;
}
.BgClassName
{
background-color: #0F3301;
}
</style>
border-color css
<style>
span { border-color: #0F3301; }
span { border-color: rgb(15,51,1); }
td.TdClassName
{
border-color: #0F3301;
}
.TagClassName
{
border-color: #0F3301;
}
</style>