#120F11

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

Shades of Melanzane #120F11

Tints of Melanzane #120F11

Color information

#120F11 (or 0x120F11) is unknown color: approx Melanzane. HEX triplet: 12, 0F and 11. RGB value is (18,15,17). Sum of RGB (Red+Green+Blue) = 18+15+17=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 18 - color contains mainly: red. Hex color #120F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F11 is #EDF0EE. Grayscale: #101010. Windows color (decimal): -15593711 or 1117970. OLE color: 1117970.

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

Color convert

RGB181517-
CMYK00.170.060.93
HSL320º9.09%6.47%-
HSV(B)320º16.67%7.06%-
XYZ0.520.510.6-
YUV16.12128.49129.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 17 (7.03% from 255) = 34%
R=36%
G=30%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18151700.170.060.933209.096.47
Hex12F1101165D14096
Octal2217210216135500116
Binary1001011111000101000111010111011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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