#10080D

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

Shades of Melanzane #10080D

Tints of Melanzane #10080D

Color information

#10080D (or 0x10080D) is unknown color: approx Melanzane. HEX triplet: 10, 08 and 0D. RGB value is (16,8,13). Sum of RGB (Red+Green+Blue) = 16+8+13=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #10080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10080D is #EFF7F2. Grayscale: #0A0A0A. Windows color (decimal): -15726579 or 854032. OLE color: 854032.

HSL color Cylindrical-coordinate representation of color #10080D: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10080D is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB16813-
CMYK00.500.190.94
HSL322.5º33.33%4.71%-
HSV(B)322.5º50%6.27%-
XYZ0.370.310.42-
YUV10.96129.15131.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 8 (3.52% from 255) = 21.62%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=43.24%
G=21.62%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1681300.500.190.94322.533.334.71
Hex108D032135E142215
Octal20101506223136502415
Binary10000100011010110010100111011110101000010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10080D; }

 p { color: rgb(16,8,13); }

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

<style>
 a { background-color: #10080D; }

 a { background-color: rgb(16,8,13); }

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

<style>
 span { border-color: #10080D; }

 span { border-color: rgb(16,8,13); }

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