#120E11

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

Shades of Melanzane #120E11

Tints of Melanzane #120E11

Color information

#120E11 (or 0x120E11) is unknown color: approx Melanzane. HEX triplet: 12, 0E and 11. RGB value is (18,14,17). Sum of RGB (Red+Green+Blue) = 18+14+17=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 18 - color contains mainly: red. Hex color #120E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E11 is #EDF1EE. Grayscale: #0F0F0F. Windows color (decimal): -15593967 or 1117714. OLE color: 1117714.

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

Color convert

RGB181417-
CMYK00.220.060.93
HSL315º12.5%6.27%-
HSV(B)315º22.22%7.06%-
XYZ0.510.480.6-
YUV15.54128.83129.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=36.73%
G=28.57%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18141700.220.060.9331512.56.27
Hex12E1101665D13bd6
Octal2216210266135473156
Binary1001011101000101011011010111011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E11; }

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

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

<style>
 a { background-color: #120E11; }

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

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

<style>
 span { border-color: #120E11; }

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

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