Shades of Myrtle #0A1B05
Tints of Myrtle #0A1B05
RGB
CMYK
RGB Variations
Color information
#0A1B05 (or 0x0A1B05) is known color: Myrtle. HEX triplet: 0A, 1B and 05. RGB value is (10,27,5). Sum of RGB (Red+Green+Blue) = 10+27+5=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 27 (10.94% from 255 or 64.29% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B05 is #F5E4FA. Grayscale: #131313. Windows color (decimal): -16114939 or 334602. OLE color: 334602.
HSL color Cylindrical-coordinate representation of color #0A1B05: hue angle of 106.36º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1B05 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 10 | 27 | 5 | - |
CMYK | 0.63 | 0 | 0.81 | 0.89 |
HSL | 106.36º | 0.69% | 0.06% | - |
HSV(B) | 106.36º | 0.81% | 0.11% | - |
XYZ | 0.54 | 0.86 | 0.28 | - |
YUV | 19.41 | 119.87 | 121.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 27 | 5 | 0.63 | 0 | 0.81 | 0.89 | 106.36 | 0.69 | 0.06 |
Hex | A | 1B | 5 | 3F | 0 | 51 | 59 | 6A | 45 | 6 |
Octal | 12 | 33 | 5 | 77 | 0 | 121 | 131 | 152 | 105 | 6 |
Binary | 1010 | 11011 | 101 | 111111 | 0 | 1010001 | 1011001 | 1101010 | 1000101 | 110 |
Color Harmonies of #0A1B05
Complementary color
Monochromatic Colors of #0A1B05
Black with #0A1B05
Text Example
Text Example
White with #0A1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B05; }
p { color: rgb(10,27,5); }
H1.HeaderClassName
{
color: #0A1B05;
}
.AnyTagClassName
{
color: #0A1B05;
}
</style>
background-color css
<style>
a { background-color: #0A1B05; }
a { background-color: rgb(10,27,5); }
div.DivClassName
{
background-color: #0A1B05;
}
.BgClassName
{
background-color: #0A1B05;
}
</style>
border-color css
<style>
span { border-color: #0A1B05; }
span { border-color: rgb(10,27,5); }
td.TdClassName
{
border-color: #0A1B05;
}
.TagClassName
{
border-color: #0A1B05;
}
</style>