Shades of Myrtle #0A340B
Tints of Myrtle #0A340B
RGB
CMYK
RGB Variations
Color information
#0A340B (or 0x0A340B) is known color: Myrtle. HEX triplet: 0A, 34 and 0B. RGB value is (10,52,11). Sum of RGB (Red+Green+Blue) = 10+52+11=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #0A340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A340B is #F5CBF4. Grayscale: #222222. Windows color (decimal): -16108533 or 734218. OLE color: 734218.
HSL color Cylindrical-coordinate representation of color #0A340B: hue angle of 121.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A340B is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 11 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.80 |
| HSL | 121.43º | 0.68% | 0.12% | - |
| HSV(B) | 121.43º | 0.81% | 0.2% | - |
| XYZ | 1.41 | 2.54 | 0.73 | - |
| YUV | 34.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 11 | 0.81 | 0 | 0.79 | 0.80 | 121.43 | 0.68 | 0.12 |
| Hex | A | 34 | B | 51 | 0 | 4F | 50 | 79 | 44 | C |
| Octal | 12 | 64 | 13 | 121 | 0 | 117 | 120 | 171 | 104 | 14 |
| Binary | 1010 | 110100 | 1011 | 1010001 | 0 | 1001111 | 1010000 | 1111001 | 1000100 | 1100 |
Color Harmonies of #0A340B
Complementary color
Monochromatic Colors of #0A340B
Black with #0A340B
Text Example
Text Example
White with #0A340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A340B; }
p { color: rgb(10,52,11); }
H1.HeaderClassName
{
color: #0A340B;
}
.AnyTagClassName
{
color: #0A340B;
}
</style>
background-color css
<style>
a { background-color: #0A340B; }
a { background-color: rgb(10,52,11); }
div.DivClassName
{
background-color: #0A340B;
}
.BgClassName
{
background-color: #0A340B;
}
</style>
border-color css
<style>
span { border-color: #0A340B; }
span { border-color: rgb(10,52,11); }
td.TdClassName
{
border-color: #0A340B;
}
.TagClassName
{
border-color: #0A340B;
}
</style>