Shades of Melanzane #0C060B
Tints of Melanzane #0C060B
RGB
CMYK
RGB Variations
Color information
#0C060B (or 0x0C060B) is known color: Melanzane. HEX triplet: 0C, 06 and 0B. RGB value is (12,6,11). Sum of RGB (Red+Green+Blue) = 12+6+11=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 12 - color contains mainly: red. Hex color #0C060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C060B is #F3F9F4. Grayscale: #080808. Windows color (decimal): -15989237 or 722444. OLE color: 722444.
HSL color Cylindrical-coordinate representation of color #0C060B: hue angle of 310º 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 #0C060B is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 6 | 11 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.95 |
| HSL | 310º | 0.33% | 0.04% | - |
| HSV(B) | 310º | 0.5% | 0.05% | - |
| XYZ | 0.28 | 0.23 | 0.35 | - |
| YUV | 8.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 11 | 0 | 0.50 | 0.08 | 0.95 | 310 | 0.33 | 0.04 |
| Hex | C | 6 | B | 0 | 32 | 8 | 5F | 136 | 21 | 4 |
| Octal | 14 | 6 | 13 | 0 | 62 | 10 | 137 | 466 | 41 | 4 |
| Binary | 1100 | 110 | 1011 | 0 | 110010 | 1000 | 1011111 | 100110110 | 100001 | 100 |
Color Harmonies of #0C060B
Complementary color
Monochromatic Colors of #0C060B
Black with #0C060B
Text Example
Text Example
White with #0C060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C060B; }
p { color: rgb(12,6,11); }
H1.HeaderClassName
{
color: #0C060B;
}
.AnyTagClassName
{
color: #0C060B;
}
</style>
background-color css
<style>
a { background-color: #0C060B; }
a { background-color: rgb(12,6,11); }
div.DivClassName
{
background-color: #0C060B;
}
.BgClassName
{
background-color: #0C060B;
}
</style>
border-color css
<style>
span { border-color: #0C060B; }
span { border-color: rgb(12,6,11); }
td.TdClassName
{
border-color: #0C060B;
}
.TagClassName
{
border-color: #0C060B;
}
</style>