Shades of Myrtle #0A300B
Tints of Myrtle #0A300B
RGB
CMYK
RGB Variations
Color information
#0A300B (or 0x0A300B) is known color: Myrtle. HEX triplet: 0A, 30 and 0B. RGB value is (10,48,11). Sum of RGB (Red+Green+Blue) = 10+48+11=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #0A300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A300B is #F5CFF4. Grayscale: #202020. Windows color (decimal): -16109557 or 733194. OLE color: 733194.
HSL color Cylindrical-coordinate representation of color #0A300B: hue angle of 121.58º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A300B is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 11 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.81 |
| HSL | 121.58º | 0.66% | 0.11% | - |
| HSV(B) | 121.58º | 0.79% | 0.19% | - |
| XYZ | 1.24 | 2.2 | 0.68 | - |
| YUV | 32.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 11 | 0.79 | 0 | 0.77 | 0.81 | 121.58 | 0.66 | 0.11 |
| Hex | A | 30 | B | 4F | 0 | 4D | 51 | 7A | 42 | B |
| Octal | 12 | 60 | 13 | 117 | 0 | 115 | 121 | 172 | 102 | 13 |
| Binary | 1010 | 110000 | 1011 | 1001111 | 0 | 1001101 | 1010001 | 1111010 | 1000010 | 1011 |
Color Harmonies of #0A300B
Complementary color
Monochromatic Colors of #0A300B
Black with #0A300B
Text Example
Text Example
White with #0A300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A300B; }
p { color: rgb(10,48,11); }
H1.HeaderClassName
{
color: #0A300B;
}
.AnyTagClassName
{
color: #0A300B;
}
</style>
background-color css
<style>
a { background-color: #0A300B; }
a { background-color: rgb(10,48,11); }
div.DivClassName
{
background-color: #0A300B;
}
.BgClassName
{
background-color: #0A300B;
}
</style>
border-color css
<style>
span { border-color: #0A300B; }
span { border-color: rgb(10,48,11); }
td.TdClassName
{
border-color: #0A300B;
}
.TagClassName
{
border-color: #0A300B;
}
</style>