Shades of Melanzane #0B070A
Tints of Melanzane #0B070A
RGB
CMYK
RGB Variations
Color information
#0B070A (or 0x0B070A) is known color: Melanzane. HEX triplet: 0B, 07 and 0A. RGB value is (11,7,10). Sum of RGB (Red+Green+Blue) = 11+7+10=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 11 - color contains mainly: red. Hex color #0B070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B070A is #F4F8F5. Grayscale: #080808. Windows color (decimal): -16054518 or 657163. OLE color: 657163.
HSL color Cylindrical-coordinate representation of color #0B070A: hue angle of 315º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0B070A is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 7 | 10 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.96 |
| HSL | 315º | 0.22% | 0.04% | - |
| HSV(B) | 315º | 0.36% | 0.04% | - |
| XYZ | 0.27 | 0.25 | 0.32 | - |
| YUV | 8.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 10 | 0 | 0.36 | 0.09 | 0.96 | 315 | 0.22 | 0.04 |
| Hex | B | 7 | A | 0 | 24 | 9 | 60 | 13B | 16 | 4 |
| Octal | 13 | 7 | 12 | 0 | 44 | 11 | 140 | 473 | 26 | 4 |
| Binary | 1011 | 111 | 1010 | 0 | 100100 | 1001 | 1100000 | 100111011 | 10110 | 100 |
Color Harmonies of #0B070A
Complementary color
Monochromatic Colors of #0B070A
Black with #0B070A
Text Example
Text Example
White with #0B070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B070A; }
p { color: rgb(11,7,10); }
H1.HeaderClassName
{
color: #0B070A;
}
.AnyTagClassName
{
color: #0B070A;
}
</style>
background-color css
<style>
a { background-color: #0B070A; }
a { background-color: rgb(11,7,10); }
div.DivClassName
{
background-color: #0B070A;
}
.BgClassName
{
background-color: #0B070A;
}
</style>
border-color css
<style>
span { border-color: #0B070A; }
span { border-color: rgb(11,7,10); }
td.TdClassName
{
border-color: #0B070A;
}
.TagClassName
{
border-color: #0B070A;
}
</style>