Shades of Melanzane #0B0609
Tints of Melanzane #0B0609
RGB
CMYK
RGB Variations
Color information
#0B0609 (or 0x0B0609) is known color: Melanzane. HEX triplet: 0B, 06 and 09. RGB value is (11,6,9). Sum of RGB (Red+Green+Blue) = 11+6+9=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0609 is #F4F9F6. Grayscale: #070707. Windows color (decimal): -16054775 or 591371. OLE color: 591371.
HSL color Cylindrical-coordinate representation of color #0B0609: hue angle of 324º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B0609 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 6 | 9 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.96 |
| HSL | 324º | 0.29% | 0.03% | - |
| HSV(B) | 324º | 0.45% | 0.04% | - |
| XYZ | 0.25 | 0.22 | 0.29 | - |
| YUV | 7.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 9 | 0 | 0.45 | 0.18 | 0.96 | 324 | 0.29 | 0.03 |
| Hex | B | 6 | 9 | 0 | 2D | 12 | 60 | 144 | 1D | 3 |
| Octal | 13 | 6 | 11 | 0 | 55 | 22 | 140 | 504 | 35 | 3 |
| Binary | 1011 | 110 | 1001 | 0 | 101101 | 10010 | 1100000 | 101000100 | 11101 | 11 |
Color Harmonies of #0B0609
Complementary color
Monochromatic Colors of #0B0609
Black with #0B0609
Text Example
Text Example
White with #0B0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0609; }
p { color: rgb(11,6,9); }
H1.HeaderClassName
{
color: #0B0609;
}
.AnyTagClassName
{
color: #0B0609;
}
</style>
background-color css
<style>
a { background-color: #0B0609; }
a { background-color: rgb(11,6,9); }
div.DivClassName
{
background-color: #0B0609;
}
.BgClassName
{
background-color: #0B0609;
}
</style>
border-color css
<style>
span { border-color: #0B0609; }
span { border-color: rgb(11,6,9); }
td.TdClassName
{
border-color: #0B0609;
}
.TagClassName
{
border-color: #0B0609;
}
</style>