#120A0F

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

Shades of Melanzane #120A0F

Tints of Melanzane #120A0F

Color information

#120A0F (or 0x120A0F) is unknown color: approx Melanzane. HEX triplet: 12, 0A and 0F. RGB value is (18,10,15). Sum of RGB (Red+Green+Blue) = 18+10+15=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0F is #EDF5F0. Grayscale: #0C0C0C. Windows color (decimal): -15594993 or 985618. OLE color: 985618.

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

Color convert

RGB181015-
CMYK00.440.170.93
HSL322.5º28.57%5.49%-
HSV(B)322.5º44.44%7.06%-
XYZ0.440.380.5-
YUV12.96129.15131.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 10 (4.30% from 255) = 23.26%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=41.86%
G=23.26%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18101500.440.170.93322.528.575.49
Hex12AF02C115D1421d5
Octal22121705421135502355
Binary1001010101111010110010001101110110100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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