#10090D

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

Shades of Melanzane #10090D

Tints of Melanzane #10090D

Color information

#10090D (or 0x10090D) is unknown color: approx Melanzane. HEX triplet: 10, 09 and 0D. RGB value is (16,9,13). Sum of RGB (Red+Green+Blue) = 16+9+13=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 16 - color contains mainly: red. Hex color #10090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090D is #EFF6F2. Grayscale: #0B0B0B. Windows color (decimal): -15726323 or 854288. OLE color: 854288.

HSL color Cylindrical-coordinate representation of color #10090D: hue angle of 325.71º 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 #10090D is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB16913-
CMYK00.440.190.94
HSL325.71º28%4.9%-
HSV(B)325.71º43.75%6.27%-
XYZ0.380.330.43-
YUV11.55128.82131.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 9 (3.91% from 255) = 23.68%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=42.11%
G=23.68%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1691300.440.190.94325.71284.9
Hex109D02C135E1461c5
Octal20111505423136506345
Binary1000010011101010110010011101111010100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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