Shades of Melanzane #0D070C
Tints of Melanzane #0D070C
RGB
CMYK
RGB Variations
Color information
#0D070C (or 0x0D070C) is known color: Melanzane. HEX triplet: 0D, 07 and 0C. RGB value is (13,7,12). Sum of RGB (Red+Green+Blue) = 13+7+12=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 13 - color contains mainly: red. Hex color #0D070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D070C is #F2F8F3. Grayscale: #090909. Windows color (decimal): -15923444 or 788237. OLE color: 788237.
HSL color Cylindrical-coordinate representation of color #0D070C: hue angle of 310º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D070C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 7 | 12 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.95 |
| HSL | 310º | 0.3% | 0.04% | - |
| HSV(B) | 310º | 0.46% | 0.05% | - |
| XYZ | 0.31 | 0.26 | 0.38 | - |
| YUV | 9.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 12 | 0 | 0.46 | 0.08 | 0.95 | 310 | 0.3 | 0.04 |
| Hex | D | 7 | C | 0 | 2E | 8 | 5F | 136 | 1E | 4 |
| Octal | 15 | 7 | 14 | 0 | 56 | 10 | 137 | 466 | 36 | 4 |
| Binary | 1101 | 111 | 1100 | 0 | 101110 | 1000 | 1011111 | 100110110 | 11110 | 100 |
Color Harmonies of #0D070C
Complementary color
Monochromatic Colors of #0D070C
Black with #0D070C
Text Example
Text Example
White with #0D070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D070C; }
p { color: rgb(13,7,12); }
H1.HeaderClassName
{
color: #0D070C;
}
.AnyTagClassName
{
color: #0D070C;
}
</style>
background-color css
<style>
a { background-color: #0D070C; }
a { background-color: rgb(13,7,12); }
div.DivClassName
{
background-color: #0D070C;
}
.BgClassName
{
background-color: #0D070C;
}
</style>
border-color css
<style>
span { border-color: #0D070C; }
span { border-color: rgb(13,7,12); }
td.TdClassName
{
border-color: #0D070C;
}
.TagClassName
{
border-color: #0D070C;
}
</style>