#0D010B

Color #0D010B Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #0D010B

Tints of Melanzane #0D010B

Color information

#0D010B (or 0x0D010B) is unknown color: approx 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

RGB13111-
CMYK00.920.150.95
HSL310º85.71%2.75%-
HSV(B)310º92.31%5.1%-
XYZ0.240.130.33-
YUV5.73130.98133.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 52%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 11 (4.69% from 255) = 44%
R=52%
G=4%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1311100.920.150.9531085.712.75
HexD1B05CF5F136563
Octal151130134171374661263
Binary1101110110101110011111011111100110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>