Shades of Melanzane #0D020B
Tints of Melanzane #0D020B
RGB
CMYK
RGB Variations
Color information
#0D020B (or 0x0D020B) is known color: Melanzane. HEX triplet: 0D, 02 and 0B. RGB value is (13,2,11). Sum of RGB (Red+Green+Blue) = 13+2+11=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D020B is #F2FDF4. Grayscale: #060606. Windows color (decimal): -15924725 or 721421. OLE color: 721421.
HSL color Cylindrical-coordinate representation of color #0D020B: hue angle of 310.91º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D020B is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 2 | 11 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.95 |
| HSL | 310.91º | 0.73% | 0.03% | - |
| HSV(B) | 310.91º | 0.85% | 0.05% | - |
| XYZ | 0.25 | 0.15 | 0.33 | - |
| YUV | 6.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 11 | 0 | 0.85 | 0.15 | 0.95 | 310.91 | 0.73 | 0.03 |
| Hex | D | 2 | B | 0 | 55 | F | 5F | 137 | 49 | 3 |
| Octal | 15 | 2 | 13 | 0 | 125 | 17 | 137 | 467 | 111 | 3 |
| Binary | 1101 | 10 | 1011 | 0 | 1010101 | 1111 | 1011111 | 100110111 | 1001001 | 11 |
Color Harmonies of #0D020B
Complementary color
Monochromatic Colors of #0D020B
Black with #0D020B
Text Example
Text Example
White with #0D020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D020B; }
p { color: rgb(13,2,11); }
H1.HeaderClassName
{
color: #0D020B;
}
.AnyTagClassName
{
color: #0D020B;
}
</style>
background-color css
<style>
a { background-color: #0D020B; }
a { background-color: rgb(13,2,11); }
div.DivClassName
{
background-color: #0D020B;
}
.BgClassName
{
background-color: #0D020B;
}
</style>
border-color css
<style>
span { border-color: #0D020B; }
span { border-color: rgb(13,2,11); }
td.TdClassName
{
border-color: #0D020B;
}
.TagClassName
{
border-color: #0D020B;
}
</style>