#120D10

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

Shades of Melanzane #120D10

Tints of Melanzane #120D10

Color information

#120D10 (or 0x120D10) is unknown color: approx Melanzane. HEX triplet: 12, 0D and 10. RGB value is (18,13,16). Sum of RGB (Red+Green+Blue) = 18+13+16=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #120D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D10 is #EDF2EF. Grayscale: #0E0E0E. Windows color (decimal): -15594224 or 1051922. OLE color: 1051922.

HSL color Cylindrical-coordinate representation of color #120D10: hue angle of 324º 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 #120D10 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB181316-
CMYK00.280.110.93
HSL324º16.13%6.08%-
HSV(B)324º27.78%7.06%-
XYZ0.490.450.55-
YUV14.84128.66130.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 13 (5.47% from 255) = 27.66%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=38.30%
G=27.66%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18131600.280.110.9332416.136.08
Hex12D1001CB5D144106
Octal22152003413135504206
Binary100101101100000111001011101110110100010010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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