#140912

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

Shades of Melanzane #140912

Tints of Melanzane #140912

Color information

#140912 (or 0x140912) is unknown color: approx Melanzane. HEX triplet: 14, 09 and 12. RGB value is (20,9,18). Sum of RGB (Red+Green+Blue) = 20+9+18=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140912 is #EBF6ED. Grayscale: #0D0D0D. Windows color (decimal): -15464174 or 1181972. OLE color: 1181972.

HSL color Cylindrical-coordinate representation of color #140912: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140912 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB20918-
CMYK00.550.100.92
HSL310.91º37.93%5.69%-
HSV(B)310.91º55%7.84%-
XYZ0.50.390.62-
YUV13.31130.64132.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=42.55%
G=19.15%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091800.550.100.92310.9137.935.69
Hex14912037A5C137266
Octal24112206712134467466
Binary10100100110010011011110101011100100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140912; }

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

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

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

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

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

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

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

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