Shades of Melanzane #0C060A
Tints of Melanzane #0C060A
RGB
CMYK
RGB Variations
Color information
#0C060A (or 0x0C060A) is known color: Melanzane. HEX triplet: 0C, 06 and 0A. RGB value is (12,6,10). Sum of RGB (Red+Green+Blue) = 12+6+10=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 12 - color contains mainly: red. Hex color #0C060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C060A is #F3F9F5. Grayscale: #080808. Windows color (decimal): -15989238 or 656908. OLE color: 656908.
HSL color Cylindrical-coordinate representation of color #0C060A: hue angle of 320º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C060A is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 6 | 10 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.95 |
| HSL | 320º | 0.33% | 0.04% | - |
| HSV(B) | 320º | 0.5% | 0.05% | - |
| XYZ | 0.27 | 0.23 | 0.32 | - |
| YUV | 8.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 10 | 0 | 0.50 | 0.17 | 0.95 | 320 | 0.33 | 0.04 |
| Hex | C | 6 | A | 0 | 32 | 11 | 5F | 140 | 21 | 4 |
| Octal | 14 | 6 | 12 | 0 | 62 | 21 | 137 | 500 | 41 | 4 |
| Binary | 1100 | 110 | 1010 | 0 | 110010 | 10001 | 1011111 | 101000000 | 100001 | 100 |
Color Harmonies of #0C060A
Complementary color
Monochromatic Colors of #0C060A
Black with #0C060A
Text Example
Text Example
White with #0C060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C060A; }
p { color: rgb(12,6,10); }
H1.HeaderClassName
{
color: #0C060A;
}
.AnyTagClassName
{
color: #0C060A;
}
</style>
background-color css
<style>
a { background-color: #0C060A; }
a { background-color: rgb(12,6,10); }
div.DivClassName
{
background-color: #0C060A;
}
.BgClassName
{
background-color: #0C060A;
}
</style>
border-color css
<style>
span { border-color: #0C060A; }
span { border-color: rgb(12,6,10); }
td.TdClassName
{
border-color: #0C060A;
}
.TagClassName
{
border-color: #0C060A;
}
</style>