Shades of Melanzane #0D010B
Tints of Melanzane #0D010B
RGB
CMYK
RGB Variations
Color information
#0D010B (or 0x0D010B) is known color: Melanzane. HEX triplet: 0D, 01 and 0B. RGB value is (13,1,11). Sum of RGB (Red+Green+Blue) = 13+1+11=25 (3% of max value = 765). Red value is 13 (5.47% from 255 or 52% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 13 - color contains mainly: red. Hex color #0D010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D010B is #F2FEF4. Grayscale: #050505. Windows color (decimal): -15924981 or 721165. OLE color: 721165.
HSL color Cylindrical-coordinate representation of color #0D010B: hue angle of 310º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D010B is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 1 | 11 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.95 |
| HSL | 310º | 0.86% | 0.03% | - |
| HSV(B) | 310º | 0.92% | 0.05% | - |
| XYZ | 0.24 | 0.13 | 0.33 | - |
| YUV | 5.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 11 | 0 | 0.92 | 0.15 | 0.95 | 310 | 0.86 | 0.03 |
| Hex | D | 1 | B | 0 | 5C | F | 5F | 136 | 56 | 3 |
| Octal | 15 | 1 | 13 | 0 | 134 | 17 | 137 | 466 | 126 | 3 |
| Binary | 1101 | 1 | 1011 | 0 | 1011100 | 1111 | 1011111 | 100110110 | 1010110 | 11 |
Color Harmonies of #0D010B
Complementary color
Monochromatic Colors of #0D010B
Black with #0D010B
Text Example
Text Example
White with #0D010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D010B; }
p { color: rgb(13,1,11); }
H1.HeaderClassName
{
color: #0D010B;
}
.AnyTagClassName
{
color: #0D010B;
}
</style>
background-color css
<style>
a { background-color: #0D010B; }
a { background-color: rgb(13,1,11); }
div.DivClassName
{
background-color: #0D010B;
}
.BgClassName
{
background-color: #0D010B;
}
</style>
border-color css
<style>
span { border-color: #0D010B; }
span { border-color: rgb(13,1,11); }
td.TdClassName
{
border-color: #0D010B;
}
.TagClassName
{
border-color: #0D010B;
}
</style>