#120A10

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

Shades of Melanzane #120A10

Tints of Melanzane #120A10

Color information

#120A10 (or 0x120A10) is unknown color: approx Melanzane. HEX triplet: 12, 0A and 10. RGB value is (18,10,16). Sum of RGB (Red+Green+Blue) = 18+10+16=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A10 is #EDF5EF. Grayscale: #0D0D0D. Windows color (decimal): -15594992 or 1051154. OLE color: 1051154.

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

Color convert

RGB181016-
CMYK00.440.110.93
HSL315º28.57%5.49%-
HSV(B)315º44.44%7.06%-
XYZ0.450.380.54-
YUV13.08129.65131.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 10 (4.30% from 255) = 22.73%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=40.91%
G=22.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18101600.440.110.9331528.575.49
Hex12A1002CB5D13b1d5
Octal22122005413135473355
Binary1001010101000001011001011101110110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,16); }

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

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

 a { background-color: rgb(18,10,16); }

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

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

 span { border-color: rgb(18,10,16); }

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