#140F12

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

Shades of Melanzane #140F12

Tints of Melanzane #140F12

Color information

#140F12 (or 0x140F12) is unknown color: approx Melanzane. HEX triplet: 14, 0F and 12. RGB value is (20,15,18). Sum of RGB (Red+Green+Blue) = 20+15+18=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #140F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F12 is #EBF0ED. Grayscale: #101010. Windows color (decimal): -15462638 or 1183508. OLE color: 1183508.

HSL color Cylindrical-coordinate representation of color #140F12: hue angle of 324º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #140F12 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB201518-
CMYK00.250.100.92
HSL324º14.29%6.86%-
HSV(B)324º25%7.84%-
XYZ0.570.530.65-
YUV16.84128.66130.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=37.74%
G=28.30%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20151800.250.100.9232414.296.86
Hex14F12019A5C144e7
Octal24172203112134504167
Binary10100111110010011001101010111001010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F12; }

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

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

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

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

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

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

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

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