#10090E

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

Shades of Melanzane #10090E

Tints of Melanzane #10090E

Color information

#10090E (or 0x10090E) is unknown color: approx Melanzane. HEX triplet: 10, 09 and 0E. RGB value is (16,9,14). Sum of RGB (Red+Green+Blue) = 16+9+14=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 16 - color contains mainly: red. Hex color #10090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090E is #EFF6F1. Grayscale: #0B0B0B. Windows color (decimal): -15726322 or 919824. OLE color: 919824.

HSL color Cylindrical-coordinate representation of color #10090E: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10090E is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB16914-
CMYK00.440.130.94
HSL317.14º28%4.9%-
HSV(B)317.14º43.75%6.27%-
XYZ0.390.340.46-
YUV11.66129.32131.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 41.03%
GREEN value IS 9 (3.91% from 255) = 23.08%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=41.03%
G=23.08%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1691400.440.130.94317.14284.9
Hex109E02CD5E13d1c5
Octal20111605415136475345
Binary100001001111001011001101101111010011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10090E; }

 p { color: rgb(16,9,14); }

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

<style>
 a { background-color: #10090E; }

 a { background-color: rgb(16,9,14); }

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

<style>
 span { border-color: #10090E; }

 span { border-color: rgb(16,9,14); }

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