#10040E

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

Shades of Melanzane #10040E

Tints of Melanzane #10040E

Color information

#10040E (or 0x10040E) is unknown color: approx Melanzane. HEX triplet: 10, 04 and 0E. RGB value is (16,4,14). Sum of RGB (Red+Green+Blue) = 16+4+14=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #10040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040E is #EFFBF1. Grayscale: #080808. Windows color (decimal): -15727602 or 918544. OLE color: 918544.

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

Color convert

RGB16414-
CMYK00.750.130.94
HSL310º60%3.92%-
HSV(B)310º75%6.27%-
XYZ0.340.230.44-
YUV8.73130.98133.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 47.06%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 14 (5.86% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1641400.750.130.94310603.92
Hex104E04BD5E1363c4
Octal20416011315136466744
Binary1000010011100100101111011011110100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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