Shades of Melanzane #0A0208
Tints of Melanzane #0A0208
RGB
CMYK
RGB Variations
Color information
#0A0208 (or 0x0A0208) is known color: Melanzane. HEX triplet: 0A, 02 and 08. RGB value is (10,2,8). Sum of RGB (Red+Green+Blue) = 10+2+8=20 (2% of max value = 765). Red value is 10 (4.30% from 255 or 50% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 8 (3.52% from 255 or 40% from 20); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0208 is #F5FDF7. Grayscale: #050505. Windows color (decimal): -16121336 or 524810. OLE color: 524810.
HSL color Cylindrical-coordinate representation of color #0A0208: hue angle of 315º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0208 is Cyan = 0, Magento = 0.8, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 2 | 8 | - |
| CMYK | 0 | 0.8 | 0.2 | 0.96 |
| HSL | 315º | 0.67% | 0.02% | - |
| HSV(B) | 315º | 0.8% | 0.04% | - |
| XYZ | 0.19 | 0.13 | 0.24 | - |
| YUV | 5.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 8 | 0 | 0.8 | 0.2 | 0.96 | 315 | 0.67 | 0.02 |
| Hex | A | 2 | 8 | 0 | 50 | 14 | 60 | 13B | 43 | 2 |
| Octal | 12 | 2 | 10 | 0 | 120 | 24 | 140 | 473 | 103 | 2 |
| Binary | 1010 | 10 | 1000 | 0 | 1010000 | 10100 | 1100000 | 100111011 | 1000011 | 10 |
Color Harmonies of #0A0208
Complementary color
Monochromatic Colors of #0A0208
Black with #0A0208
Text Example
Text Example
White with #0A0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0208; }
p { color: rgb(10,2,8); }
H1.HeaderClassName
{
color: #0A0208;
}
.AnyTagClassName
{
color: #0A0208;
}
</style>
background-color css
<style>
a { background-color: #0A0208; }
a { background-color: rgb(10,2,8); }
div.DivClassName
{
background-color: #0A0208;
}
.BgClassName
{
background-color: #0A0208;
}
</style>
border-color css
<style>
span { border-color: #0A0208; }
span { border-color: rgb(10,2,8); }
td.TdClassName
{
border-color: #0A0208;
}
.TagClassName
{
border-color: #0A0208;
}
</style>