#12020E

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

Shades of Melanzane #12020E

Tints of Melanzane #12020E

Color information

#12020E (or 0x12020E) is unknown color: approx Melanzane. HEX triplet: 12, 02 and 0E. RGB value is (18,2,14). Sum of RGB (Red+Green+Blue) = 18+2+14=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020E is #EDFDF1. Grayscale: #080808. Windows color (decimal): -15597042 or 918034. OLE color: 918034.

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

Color convert

RGB18214-
CMYK00.890.220.93
HSL315º80%3.92%-
HSV(B)315º88.89%7.06%-
XYZ0.350.20.44-
YUV8.15131.3135.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 14 (5.86% from 255) = 41.18%
R=52.94%
G=5.88%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1821400.890.220.93315803.92
Hex122E059165D13b504
Octal222160131261354731204
Binary10010101110010110011011010111011001110111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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