Shades of Myrtle #0F380A
Tints of Myrtle #0F380A
RGB
CMYK
RGB Variations
Color information
#0F380A (or 0x0F380A) is known color: Myrtle. HEX triplet: 0F, 38 and 0A. RGB value is (15,56,10). Sum of RGB (Red+Green+Blue) = 15+56+10=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #0F380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F380A is #F0C7F5. Grayscale: #262626. Windows color (decimal): -15779830 or 669711. OLE color: 669711.
HSL color Cylindrical-coordinate representation of color #0F380A: hue angle of 113.48º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F380A is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 56 | 10 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.78 |
| HSL | 113.48º | 0.7% | 0.13% | - |
| HSV(B) | 113.48º | 0.82% | 0.22% | - |
| XYZ | 1.67 | 2.95 | 0.77 | - |
| YUV | 38.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 10 | 0.73 | 0 | 0.82 | 0.78 | 113.48 | 0.7 | 0.13 |
| Hex | F | 38 | A | 49 | 0 | 52 | 4E | 71 | 46 | D |
| Octal | 17 | 70 | 12 | 111 | 0 | 122 | 116 | 161 | 106 | 15 |
| Binary | 1111 | 111000 | 1010 | 1001001 | 0 | 1010010 | 1001110 | 1110001 | 1000110 | 1101 |
Color Harmonies of #0F380A
Complementary color
Monochromatic Colors of #0F380A
Black with #0F380A
Text Example
Text Example
White with #0F380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F380A; }
p { color: rgb(15,56,10); }
H1.HeaderClassName
{
color: #0F380A;
}
.AnyTagClassName
{
color: #0F380A;
}
</style>
background-color css
<style>
a { background-color: #0F380A; }
a { background-color: rgb(15,56,10); }
div.DivClassName
{
background-color: #0F380A;
}
.BgClassName
{
background-color: #0F380A;
}
</style>
border-color css
<style>
span { border-color: #0F380A; }
span { border-color: rgb(15,56,10); }
td.TdClassName
{
border-color: #0F380A;
}
.TagClassName
{
border-color: #0F380A;
}
</style>