#120710

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

Shades of Melanzane #120710

Tints of Melanzane #120710

Color information

#120710 (or 0x120710) is unknown color: approx Melanzane. HEX triplet: 12, 07 and 10. RGB value is (18,7,16). Sum of RGB (Red+Green+Blue) = 18+7+16=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120710 is #EDF8EF. Grayscale: #0B0B0B. Windows color (decimal): -15595760 or 1050386. OLE color: 1050386.

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

Color convert

RGB18716-
CMYK00.610.110.93
HSL310.91º44%4.9%-
HSV(B)310.91º61.11%7.06%-
XYZ0.420.320.53-
YUV11.32130.64132.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 16 (6.64% from 255) = 39.02%
R=43.90%
G=17.07%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1871600.610.110.93310.91444.9
Hex1271003DB5D1372c5
Octal2272007513135467545
Binary1001011110000011110110111011101100110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120710; }

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

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

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

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

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

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

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

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