Shades of Myrtle #0A2304
Tints of Myrtle #0A2304
RGB
CMYK
RGB Variations
Color information
#0A2304 (or 0x0A2304) is known color: Myrtle. HEX triplet: 0A, 23 and 04. RGB value is (10,35,4). Sum of RGB (Red+Green+Blue) = 10+35+4=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #0A2304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2304 is #F5DCFB. Grayscale: #181818. Windows color (decimal): -16112892 or 271114. OLE color: 271114.
HSL color Cylindrical-coordinate representation of color #0A2304: hue angle of 108.39º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2304 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 35 | 4 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.86 |
| HSL | 108.39º | 0.79% | 0.08% | - |
| HSV(B) | 108.39º | 0.89% | 0.14% | - |
| XYZ | 0.75 | 1.28 | 0.32 | - |
| YUV | 23.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 4 | 0.71 | 0 | 0.89 | 0.86 | 108.39 | 0.79 | 0.08 |
| Hex | A | 23 | 4 | 47 | 0 | 59 | 56 | 6C | 4F | 8 |
| Octal | 12 | 43 | 4 | 107 | 0 | 131 | 126 | 154 | 117 | 10 |
| Binary | 1010 | 100011 | 100 | 1000111 | 0 | 1011001 | 1010110 | 1101100 | 1001111 | 1000 |
Color Harmonies of #0A2304
Complementary color
Monochromatic Colors of #0A2304
Black with #0A2304
Text Example
Text Example
White with #0A2304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2304; }
p { color: rgb(10,35,4); }
H1.HeaderClassName
{
color: #0A2304;
}
.AnyTagClassName
{
color: #0A2304;
}
</style>
background-color css
<style>
a { background-color: #0A2304; }
a { background-color: rgb(10,35,4); }
div.DivClassName
{
background-color: #0A2304;
}
.BgClassName
{
background-color: #0A2304;
}
</style>
border-color css
<style>
span { border-color: #0A2304; }
span { border-color: rgb(10,35,4); }
td.TdClassName
{
border-color: #0A2304;
}
.TagClassName
{
border-color: #0A2304;
}
</style>