#0D050A

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

Shades of Melanzane #0D050A

Tints of Melanzane #0D050A

Color information

#0D050A (or 0x0D050A) is unknown color: approx Melanzane. HEX triplet: 0D, 05 and 0A. RGB value is (13,5,10). Sum of RGB (Red+Green+Blue) = 13+5+10=28 (3% of max value = 765). Red value is 13 (5.47% from 255 or 46.43% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 13 - color contains mainly: red. Hex color #0D050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D050A is #F2FAF5. Grayscale: #070707. Windows color (decimal): -15923958 or 656653. OLE color: 656653.

HSL color Cylindrical-coordinate representation of color #0D050A: hue angle of 322.5º 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 #0D050A is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.95.

Color convert

RGB13510-
CMYK00.620.230.95
HSL322.5º44.44%3.53%-
HSV(B)322.5º61.54%5.1%-
XYZ0.280.220.31-
YUV7.96129.15131.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 46.43%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 10 (4.30% from 255) = 35.71%
R=46.43%
G=17.86%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1351000.620.230.95322.544.443.53
HexD5A03E175F1422c4
Octal1551207627137502544
Binary110110110100111110101111011111101000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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