#120B10

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

Shades of Melanzane #120B10

Tints of Melanzane #120B10

Color information

#120B10 (or 0x120B10) is unknown color: approx Melanzane. HEX triplet: 12, 0B and 10. RGB value is (18,11,16). Sum of RGB (Red+Green+Blue) = 18+11+16=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 18 - color contains mainly: red. Hex color #120B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B10 is #EDF4EF. Grayscale: #0D0D0D. Windows color (decimal): -15594736 or 1051410. OLE color: 1051410.

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

Color convert

RGB181116-
CMYK00.390.110.93
HSL317.14º24.14%5.69%-
HSV(B)317.14º38.89%7.06%-
XYZ0.460.410.54-
YUV13.66129.32131.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 24.44%
BLUE value IS 16 (6.64% from 255) = 35.56%
R=40%
G=24.44%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18111600.390.110.93317.1424.145.69
Hex12B10027B5D13d186
Octal22132004713135475306
Binary1001010111000001001111011101110110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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