#120B0F

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

Shades of Melanzane #120B0F

Tints of Melanzane #120B0F

Color information

#120B0F (or 0x120B0F) is unknown color: approx Melanzane. HEX triplet: 12, 0B and 0F. RGB value is (18,11,15). Sum of RGB (Red+Green+Blue) = 18+11+15=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0F is #EDF4F0. Grayscale: #0D0D0D. Windows color (decimal): -15594737 or 985874. OLE color: 985874.

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

Color convert

RGB181115-
CMYK00.390.170.93
HSL325.71º24.14%5.69%-
HSV(B)325.71º38.89%7.06%-
XYZ0.460.40.51-
YUV13.55128.82131.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 11 (4.69% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=40.91%
G=25%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18111500.390.170.93325.7124.145.69
Hex12BF027115D146186
Octal22131704721135506306
Binary1001010111111010011110001101110110100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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