Shades of Myrtle #0A2401
Tints of Myrtle #0A2401
RGB
CMYK
RGB Variations
Color information
#0A2401 (or 0x0A2401) is known color: Myrtle. HEX triplet: 0A, 24 and 01. RGB value is (10,36,1). Sum of RGB (Red+Green+Blue) = 10+36+1=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 36 (14.45% from 255 or 76.60% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2401 is #F5DBFE. Grayscale: #181818. Windows color (decimal): -16112639 or 74762. OLE color: 74762.
HSL color Cylindrical-coordinate representation of color #0A2401: hue angle of 104.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A2401 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 1 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.86 |
| HSL | 104.57º | 0.95% | 0.07% | - |
| HSV(B) | 104.57º | 0.97% | 0.14% | - |
| XYZ | 0.76 | 1.33 | 0.25 | - |
| YUV | 24.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 1 | 0.72 | 0 | 0.97 | 0.86 | 104.57 | 0.95 | 0.07 |
| Hex | A | 24 | 1 | 48 | 0 | 61 | 56 | 69 | 5F | 7 |
| Octal | 12 | 44 | 1 | 110 | 0 | 141 | 126 | 151 | 137 | 7 |
| Binary | 1010 | 100100 | 1 | 1001000 | 0 | 1100001 | 1010110 | 1101001 | 1011111 | 111 |
Color Harmonies of #0A2401
Complementary color
Monochromatic Colors of #0A2401
Black with #0A2401
Text Example
Text Example
White with #0A2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2401; }
p { color: rgb(10,36,1); }
H1.HeaderClassName
{
color: #0A2401;
}
.AnyTagClassName
{
color: #0A2401;
}
</style>
background-color css
<style>
a { background-color: #0A2401; }
a { background-color: rgb(10,36,1); }
div.DivClassName
{
background-color: #0A2401;
}
.BgClassName
{
background-color: #0A2401;
}
</style>
border-color css
<style>
span { border-color: #0A2401; }
span { border-color: rgb(10,36,1); }
td.TdClassName
{
border-color: #0A2401;
}
.TagClassName
{
border-color: #0A2401;
}
</style>