Shades of Melanzane #0A0509
Tints of Melanzane #0A0509
RGB
CMYK
RGB Variations
Color information
#0A0509 (or 0x0A0509) is known color: Melanzane. HEX triplet: 0A, 05 and 09. RGB value is (10,5,9). Sum of RGB (Red+Green+Blue) = 10+5+9=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0509 is #F5FAF6. Grayscale: #060606. Windows color (decimal): -16120567 or 591114. OLE color: 591114.
HSL color Cylindrical-coordinate representation of color #0A0509: hue angle of 312º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A0509 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 5 | 9 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.96 |
| HSL | 312º | 0.33% | 0.03% | - |
| HSV(B) | 312º | 0.5% | 0.04% | - |
| XYZ | 0.23 | 0.19 | 0.28 | - |
| YUV | 6.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 9 | 0 | 0.50 | 0.10 | 0.96 | 312 | 0.33 | 0.03 |
| Hex | A | 5 | 9 | 0 | 32 | A | 60 | 138 | 21 | 3 |
| Octal | 12 | 5 | 11 | 0 | 62 | 12 | 140 | 470 | 41 | 3 |
| Binary | 1010 | 101 | 1001 | 0 | 110010 | 1010 | 1100000 | 100111000 | 100001 | 11 |
Color Harmonies of #0A0509
Complementary color
Monochromatic Colors of #0A0509
Black with #0A0509
Text Example
Text Example
White with #0A0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0509; }
p { color: rgb(10,5,9); }
H1.HeaderClassName
{
color: #0A0509;
}
.AnyTagClassName
{
color: #0A0509;
}
</style>
background-color css
<style>
a { background-color: #0A0509; }
a { background-color: rgb(10,5,9); }
div.DivClassName
{
background-color: #0A0509;
}
.BgClassName
{
background-color: #0A0509;
}
</style>
border-color css
<style>
span { border-color: #0A0509; }
span { border-color: rgb(10,5,9); }
td.TdClassName
{
border-color: #0A0509;
}
.TagClassName
{
border-color: #0A0509;
}
</style>