Shades of Melanzane #0B0209
Tints of Melanzane #0B0209
RGB
CMYK
RGB Variations
Color information
#0B0209 (or 0x0B0209) is known color: Melanzane. HEX triplet: 0B, 02 and 09. RGB value is (11,2,9). Sum of RGB (Red+Green+Blue) = 11+2+9=22 (2% of max value = 765). Red value is 11 (4.69% from 255 or 50% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0209 is #F4FDF6. Grayscale: #050505. Windows color (decimal): -16055799 or 590347. OLE color: 590347.
HSL color Cylindrical-coordinate representation of color #0B0209: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0209 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 2 | 9 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.96 |
| HSL | 313.33º | 0.69% | 0.03% | - |
| HSV(B) | 313.33º | 0.82% | 0.04% | - |
| XYZ | 0.21 | 0.13 | 0.27 | - |
| YUV | 5.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 9 | 0 | 0.82 | 0.18 | 0.96 | 313.33 | 0.69 | 0.03 |
| Hex | B | 2 | 9 | 0 | 52 | 12 | 60 | 139 | 45 | 3 |
| Octal | 13 | 2 | 11 | 0 | 122 | 22 | 140 | 471 | 105 | 3 |
| Binary | 1011 | 10 | 1001 | 0 | 1010010 | 10010 | 1100000 | 100111001 | 1000101 | 11 |
Color Harmonies of #0B0209
Complementary color
Monochromatic Colors of #0B0209
Black with #0B0209
Text Example
Text Example
White with #0B0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0209; }
p { color: rgb(11,2,9); }
H1.HeaderClassName
{
color: #0B0209;
}
.AnyTagClassName
{
color: #0B0209;
}
</style>
background-color css
<style>
a { background-color: #0B0209; }
a { background-color: rgb(11,2,9); }
div.DivClassName
{
background-color: #0B0209;
}
.BgClassName
{
background-color: #0B0209;
}
</style>
border-color css
<style>
span { border-color: #0B0209; }
span { border-color: rgb(11,2,9); }
td.TdClassName
{
border-color: #0B0209;
}
.TagClassName
{
border-color: #0B0209;
}
</style>