Shades of Myrtle #0F250B
Tints of Myrtle #0F250B
RGB
CMYK
RGB Variations
Color information
#0F250B (or 0x0F250B) is known color: Myrtle. HEX triplet: 0F, 25 and 0B. RGB value is (15,37,11). Sum of RGB (Red+Green+Blue) = 15+37+11=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #0F250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F250B is #F0DAF4. Grayscale: #1B1B1B. Windows color (decimal): -15784693 or 730383. OLE color: 730383.
HSL color Cylindrical-coordinate representation of color #0F250B: hue angle of 110.77º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F250B is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 37 | 11 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.85 |
| HSL | 110.77º | 0.54% | 0.09% | - |
| HSV(B) | 110.77º | 0.7% | 0.15% | - |
| XYZ | 0.92 | 1.45 | 0.55 | - |
| YUV | 27.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 11 | 0.59 | 0 | 0.70 | 0.85 | 110.77 | 0.54 | 0.09 |
| Hex | F | 25 | B | 3B | 0 | 46 | 55 | 6F | 36 | 9 |
| Octal | 17 | 45 | 13 | 73 | 0 | 106 | 125 | 157 | 66 | 11 |
| Binary | 1111 | 100101 | 1011 | 111011 | 0 | 1000110 | 1010101 | 1101111 | 110110 | 1001 |
Color Harmonies of #0F250B
Complementary color
Monochromatic Colors of #0F250B
Black with #0F250B
Text Example
Text Example
White with #0F250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F250B; }
p { color: rgb(15,37,11); }
H1.HeaderClassName
{
color: #0F250B;
}
.AnyTagClassName
{
color: #0F250B;
}
</style>
background-color css
<style>
a { background-color: #0F250B; }
a { background-color: rgb(15,37,11); }
div.DivClassName
{
background-color: #0F250B;
}
.BgClassName
{
background-color: #0F250B;
}
</style>
border-color css
<style>
span { border-color: #0F250B; }
span { border-color: rgb(15,37,11); }
td.TdClassName
{
border-color: #0F250B;
}
.TagClassName
{
border-color: #0F250B;
}
</style>