Shades of Melanzane #0D070B
Tints of Melanzane #0D070B
RGB
CMYK
RGB Variations
Color information
#0D070B (or 0x0D070B) is known color: Melanzane. HEX triplet: 0D, 07 and 0B. RGB value is (13,7,11). Sum of RGB (Red+Green+Blue) = 13+7+11=31 (4% of max value = 765). Red value is 13 (5.47% from 255 or 41.94% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 13 - color contains mainly: red. Hex color #0D070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D070B is #F2F8F4. Grayscale: #090909. Windows color (decimal): -15923445 or 722701. OLE color: 722701.
HSL color Cylindrical-coordinate representation of color #0D070B: hue angle of 320º 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 #0D070B is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 7 | 11 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.95 |
| HSL | 320º | 0.3% | 0.04% | - |
| HSV(B) | 320º | 0.46% | 0.05% | - |
| XYZ | 0.3 | 0.26 | 0.35 | - |
| YUV | 9.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 11 | 0 | 0.46 | 0.15 | 0.95 | 320 | 0.3 | 0.04 |
| Hex | D | 7 | B | 0 | 2E | F | 5F | 140 | 1E | 4 |
| Octal | 15 | 7 | 13 | 0 | 56 | 17 | 137 | 500 | 36 | 4 |
| Binary | 1101 | 111 | 1011 | 0 | 101110 | 1111 | 1011111 | 101000000 | 11110 | 100 |
Color Harmonies of #0D070B
Complementary color
Monochromatic Colors of #0D070B
Black with #0D070B
Text Example
Text Example
White with #0D070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D070B; }
p { color: rgb(13,7,11); }
H1.HeaderClassName
{
color: #0D070B;
}
.AnyTagClassName
{
color: #0D070B;
}
</style>
background-color css
<style>
a { background-color: #0D070B; }
a { background-color: rgb(13,7,11); }
div.DivClassName
{
background-color: #0D070B;
}
.BgClassName
{
background-color: #0D070B;
}
</style>
border-color css
<style>
span { border-color: #0D070B; }
span { border-color: rgb(13,7,11); }
td.TdClassName
{
border-color: #0D070B;
}
.TagClassName
{
border-color: #0D070B;
}
</style>