Shades of Melanzane #0C030A
Tints of Melanzane #0C030A
RGB
CMYK
RGB Variations
Color information
#0C030A (or 0x0C030A) is known color: Melanzane. HEX triplet: 0C, 03 and 0A. RGB value is (12,3,10). Sum of RGB (Red+Green+Blue) = 12+3+10=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 12 - color contains mainly: red. Hex color #0C030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C030A is #F3FCF5. Grayscale: #060606. Windows color (decimal): -15990006 or 656140. OLE color: 656140.
HSL color Cylindrical-coordinate representation of color #0C030A: hue angle of 313.33º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C030A is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 3 | 10 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.95 |
| HSL | 313.33º | 0.6% | 0.03% | - |
| HSV(B) | 313.33º | 0.75% | 0.05% | - |
| XYZ | 0.24 | 0.17 | 0.31 | - |
| YUV | 6.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 10 | 0 | 0.75 | 0.17 | 0.95 | 313.33 | 0.6 | 0.03 |
| Hex | C | 3 | A | 0 | 4B | 11 | 5F | 139 | 3C | 3 |
| Octal | 14 | 3 | 12 | 0 | 113 | 21 | 137 | 471 | 74 | 3 |
| Binary | 1100 | 11 | 1010 | 0 | 1001011 | 10001 | 1011111 | 100111001 | 111100 | 11 |
Color Harmonies of #0C030A
Complementary color
Monochromatic Colors of #0C030A
Black with #0C030A
Text Example
Text Example
White with #0C030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C030A; }
p { color: rgb(12,3,10); }
H1.HeaderClassName
{
color: #0C030A;
}
.AnyTagClassName
{
color: #0C030A;
}
</style>
background-color css
<style>
a { background-color: #0C030A; }
a { background-color: rgb(12,3,10); }
div.DivClassName
{
background-color: #0C030A;
}
.BgClassName
{
background-color: #0C030A;
}
</style>
border-color css
<style>
span { border-color: #0C030A; }
span { border-color: rgb(12,3,10); }
td.TdClassName
{
border-color: #0C030A;
}
.TagClassName
{
border-color: #0C030A;
}
</style>