#12040E

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

Shades of Melanzane #12040E

Tints of Melanzane #12040E

Color information

#12040E (or 0x12040E) is unknown color: approx Melanzane. HEX triplet: 12, 04 and 0E. RGB value is (18,4,14). Sum of RGB (Red+Green+Blue) = 18+4+14=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040E is #EDFBF1. Grayscale: #090909. Windows color (decimal): -15596530 or 918546. OLE color: 918546.

HSL color Cylindrical-coordinate representation of color #12040E: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12040E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB18414-
CMYK00.780.220.93
HSL317.14º63.64%4.31%-
HSV(B)317.14º77.78%7.06%-
XYZ0.370.250.44-
YUV9.33130.64134.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=50%
G=11.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841400.780.220.93317.1463.644.31
Hex124E04E165D13d404
Octal224160116261354751004
Binary100101001110010011101011010111011001111011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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