#120C11

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

Shades of Melanzane #120C11

Tints of Melanzane #120C11

Color information

#120C11 (or 0x120C11) is unknown color: approx Melanzane. HEX triplet: 12, 0C and 11. RGB value is (18,12,17). Sum of RGB (Red+Green+Blue) = 18+12+17=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #120C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C11 is #EDF3EE. Grayscale: #0E0E0E. Windows color (decimal): -15594479 or 1117202. OLE color: 1117202.

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

Color convert

RGB181217-
CMYK00.330.060.93
HSL310º20%5.88%-
HSV(B)310º33.33%7.06%-
XYZ0.480.430.59-
YUV14.36129.49130.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=38.30%
G=25.53%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18121700.330.060.93310205.88
Hex12C1102165D136146
Octal2214210416135466246
Binary100101100100010100001110101110110011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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