#120D11

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

Shades of Melanzane #120D11

Tints of Melanzane #120D11

Color information

#120D11 (or 0x120D11) is unknown color: approx Melanzane. HEX triplet: 12, 0D and 11. RGB value is (18,13,17). Sum of RGB (Red+Green+Blue) = 18+13+17=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 18 - color contains mainly: red. Hex color #120D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D11 is #EDF2EE. Grayscale: #0E0E0E. Windows color (decimal): -15594223 or 1117458. OLE color: 1117458.

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

Color convert

RGB181317-
CMYK00.280.060.93
HSL312º16.13%6.08%-
HSV(B)312º27.78%7.06%-
XYZ0.490.460.59-
YUV14.95129.16130.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=37.5%
G=27.08%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18131700.280.060.9331216.136.08
Hex12D1101C65D138106
Octal2215210346135470206
Binary10010110110001011100110101110110011100010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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