#120C10

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

Shades of Melanzane #120C10

Tints of Melanzane #120C10

Color information

#120C10 (or 0x120C10) is unknown color: approx Melanzane. HEX triplet: 12, 0C and 10. RGB value is (18,12,16). Sum of RGB (Red+Green+Blue) = 18+12+16=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 18 - color contains mainly: red. Hex color #120C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C10 is #EDF3EF. Grayscale: #0E0E0E. Windows color (decimal): -15594480 or 1051666. OLE color: 1051666.

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

Color convert

RGB181216-
CMYK00.330.110.93
HSL320º20%5.88%-
HSV(B)320º33.33%7.06%-
XYZ0.470.430.55-
YUV14.25128.99130.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 16 (6.64% from 255) = 34.78%
R=39.13%
G=26.09%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18121600.330.110.93320205.88
Hex12C10021B5D140146
Octal22142004113135500246
Binary1001011001000001000011011101110110100000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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