#0D050B

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

Shades of Melanzane #0D050B

Tints of Melanzane #0D050B

Color information

#0D050B (or 0x0D050B) is unknown color: approx Melanzane. HEX triplet: 0D, 05 and 0B. RGB value is (13,5,11). Sum of RGB (Red+Green+Blue) = 13+5+11=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 13 - color contains mainly: red. Hex color #0D050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D050B is #F2FAF4. Grayscale: #080808. Windows color (decimal): -15923957 or 722189. OLE color: 722189.

HSL color Cylindrical-coordinate representation of color #0D050B: hue angle of 315º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D050B is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.95.

Color convert

RGB13511-
CMYK00.620.150.95
HSL315º44.44%3.53%-
HSV(B)315º61.54%5.1%-
XYZ0.280.220.34-
YUV8.08129.65131.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 44.83%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=44.83%
G=17.24%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1351100.620.150.9531544.443.53
HexD5B03EF5F13b2c4
Octal1551307617137473544
Binary11011011011011111011111011111100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D050B; }

 p { color: rgb(13,5,11); }

 H1.HeaderClassName
 {
   color: #0D050B;
 }
 .AnyTagClassName
 {
   color: #0D050B;
 }
</style>
background-color css

<style>
 a { background-color: #0D050B; }

 a { background-color: rgb(13,5,11); }

 div.DivClassName
 {
   background-color: #0D050B;
 }
 .BgClassName
 {
   background-color: #0D050B;
 }
</style>
border-color css

<style>
 span { border-color: #0D050B; }

 span { border-color: rgb(13,5,11); }

 td.TdClassName
 {
   border-color: #0D050B;
 }
 .TagClassName
 {
   border-color: #0D050B;
 }
</style>