Shades of Melanzane #0A0008
Tints of Melanzane #0A0008
RGB
CMYK
RGB Variations
Color information
#0A0008 (or 0x0A0008) is known color: Melanzane. HEX triplet: 0A, 00 and 08. RGB value is (10,0,8). Sum of RGB (Red+Green+Blue) = 10+0+8=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0008 is #F5FFF7. Grayscale: #030303. Windows color (decimal): -16121848 or 524298. OLE color: 524298.
HSL color Cylindrical-coordinate representation of color #0A0008: hue angle of 312º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0008 is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.2 | 0.96 |
| HSL | 312º | 1% | 0.02% | - |
| HSV(B) | 312º | 1% | 0.04% | - |
| XYZ | 0.17 | 0.08 | 0.24 | - |
| YUV | 3.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 8 | 0 | 1 | 0.2 | 0.96 | 312 | 1 | 0.02 |
| Hex | A | 0 | 8 | 0 | 64 | 14 | 60 | 138 | 64 | 2 |
| Octal | 12 | 0 | 10 | 0 | 144 | 24 | 140 | 470 | 144 | 2 |
| Binary | 1010 | 0 | 1000 | 0 | 1100100 | 10100 | 1100000 | 100111000 | 1100100 | 10 |
Color Harmonies of #0A0008
Complementary color
Monochromatic Colors of #0A0008
Black with #0A0008
Text Example
Text Example
White with #0A0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0008; }
p { color: rgb(10,0,8); }
H1.HeaderClassName
{
color: #0A0008;
}
.AnyTagClassName
{
color: #0A0008;
}
</style>
background-color css
<style>
a { background-color: #0A0008; }
a { background-color: rgb(10,0,8); }
div.DivClassName
{
background-color: #0A0008;
}
.BgClassName
{
background-color: #0A0008;
}
</style>
border-color css
<style>
span { border-color: #0A0008; }
span { border-color: rgb(10,0,8); }
td.TdClassName
{
border-color: #0A0008;
}
.TagClassName
{
border-color: #0A0008;
}
</style>