#120910

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

Shades of Melanzane #120910

Tints of Melanzane #120910

Color information

#120910 (or 0x120910) is unknown color: approx Melanzane. HEX triplet: 12, 09 and 10. RGB value is (18,9,16). Sum of RGB (Red+Green+Blue) = 18+9+16=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120910 is #EDF6EF. Grayscale: #0C0C0C. Windows color (decimal): -15595248 or 1050898. OLE color: 1050898.

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

Color convert

RGB18916-
CMYK00.50.110.93
HSL313.33º33.33%5.29%-
HSV(B)313.33º50%7.06%-
XYZ0.440.360.54-
YUV12.49129.98131.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=41.86%
G=20.93%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891600.50.110.93313.3333.335.29
Hex12910032B5D139215
Octal22112006213135471415
Binary10010100110000011001010111011101100111001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120910; }

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

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

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

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

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

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

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

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