Shades of Melanzane #0B0509
Tints of Melanzane #0B0509
RGB
CMYK
RGB Variations
Color information
#0B0509 (or 0x0B0509) is known color: Melanzane. HEX triplet: 0B, 05 and 09. RGB value is (11,5,9). Sum of RGB (Red+Green+Blue) = 11+5+9=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0509 is #F4FAF6. Grayscale: #070707. Windows color (decimal): -16055031 or 591115. OLE color: 591115.
HSL color Cylindrical-coordinate representation of color #0B0509: hue angle of 320º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0B0509 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 5 | 9 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.96 |
| HSL | 320º | 0.38% | 0.03% | - |
| HSV(B) | 320º | 0.55% | 0.04% | - |
| XYZ | 0.24 | 0.2 | 0.28 | - |
| YUV | 7.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 9 | 0 | 0.55 | 0.18 | 0.96 | 320 | 0.38 | 0.03 |
| Hex | B | 5 | 9 | 0 | 37 | 12 | 60 | 140 | 26 | 3 |
| Octal | 13 | 5 | 11 | 0 | 67 | 22 | 140 | 500 | 46 | 3 |
| Binary | 1011 | 101 | 1001 | 0 | 110111 | 10010 | 1100000 | 101000000 | 100110 | 11 |
Color Harmonies of #0B0509
Complementary color
Monochromatic Colors of #0B0509
Black with #0B0509
Text Example
Text Example
White with #0B0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0509; }
p { color: rgb(11,5,9); }
H1.HeaderClassName
{
color: #0B0509;
}
.AnyTagClassName
{
color: #0B0509;
}
</style>
background-color css
<style>
a { background-color: #0B0509; }
a { background-color: rgb(11,5,9); }
div.DivClassName
{
background-color: #0B0509;
}
.BgClassName
{
background-color: #0B0509;
}
</style>
border-color css
<style>
span { border-color: #0B0509; }
span { border-color: rgb(11,5,9); }
td.TdClassName
{
border-color: #0B0509;
}
.TagClassName
{
border-color: #0B0509;
}
</style>