#140711

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

Shades of Melanzane #140711

Tints of Melanzane #140711

Color information

#140711 (or 0x140711) is unknown color: approx Melanzane. HEX triplet: 14, 07 and 11. RGB value is (20,7,17). Sum of RGB (Red+Green+Blue) = 20+7+17=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140711 is #EBF8EE. Grayscale: #0C0C0C. Windows color (decimal): -15464687 or 1115924. OLE color: 1115924.

HSL color Cylindrical-coordinate representation of color #140711: hue angle of 313.85º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140711 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB20717-
CMYK00.650.150.92
HSL313.85º48.15%5.29%-
HSV(B)313.85º65%7.84%-
XYZ0.470.340.57-
YUV12.03130.81133.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=45.45%
G=15.91%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2071700.650.150.92313.8548.155.29
Hex14711041F5C13a305
Octal24721010117134472605
Binary10100111100010100000111111011100100111010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140711; }

 p { color: rgb(20,7,17); }

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

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

 a { background-color: rgb(20,7,17); }

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

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

 span { border-color: rgb(20,7,17); }

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