Shades of Melanzane #0A0609
Tints of Melanzane #0A0609
RGB
CMYK
RGB Variations
Color information
#0A0609 (or 0x0A0609) is known color: Melanzane. HEX triplet: 0A, 06 and 09. RGB value is (10,6,9). Sum of RGB (Red+Green+Blue) = 10+6+9=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0609 is #F5F9F6. Grayscale: #070707. Windows color (decimal): -16120311 or 591370. OLE color: 591370.
HSL color Cylindrical-coordinate representation of color #0A0609: hue angle of 315º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0A0609 is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 6 | 9 | - |
| CMYK | 0 | 0.4 | 0.10 | 0.96 |
| HSL | 315º | 0.25% | 0.03% | - |
| HSV(B) | 315º | 0.4% | 0.04% | - |
| XYZ | 0.24 | 0.21 | 0.29 | - |
| YUV | 7.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 9 | 0 | 0.4 | 0.10 | 0.96 | 315 | 0.25 | 0.03 |
| Hex | A | 6 | 9 | 0 | 28 | A | 60 | 13B | 19 | 3 |
| Octal | 12 | 6 | 11 | 0 | 50 | 12 | 140 | 473 | 31 | 3 |
| Binary | 1010 | 110 | 1001 | 0 | 101000 | 1010 | 1100000 | 100111011 | 11001 | 11 |
Color Harmonies of #0A0609
Complementary color
Monochromatic Colors of #0A0609
Black with #0A0609
Text Example
Text Example
White with #0A0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0609; }
p { color: rgb(10,6,9); }
H1.HeaderClassName
{
color: #0A0609;
}
.AnyTagClassName
{
color: #0A0609;
}
</style>
background-color css
<style>
a { background-color: #0A0609; }
a { background-color: rgb(10,6,9); }
div.DivClassName
{
background-color: #0A0609;
}
.BgClassName
{
background-color: #0A0609;
}
</style>
border-color css
<style>
span { border-color: #0A0609; }
span { border-color: rgb(10,6,9); }
td.TdClassName
{
border-color: #0A0609;
}
.TagClassName
{
border-color: #0A0609;
}
</style>