#140911

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

Shades of Melanzane #140911

Tints of Melanzane #140911

Color information

#140911 (or 0x140911) is unknown color: approx Melanzane. HEX triplet: 14, 09 and 11. RGB value is (20,9,17). Sum of RGB (Red+Green+Blue) = 20+9+17=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140911 is #EBF6EE. Grayscale: #0D0D0D. Windows color (decimal): -15464175 or 1116436. OLE color: 1116436.

HSL color Cylindrical-coordinate representation of color #140911: hue angle of 316.36º 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 #140911 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB20917-
CMYK00.550.150.92
HSL316.36º37.93%5.69%-
HSV(B)316.36º55%7.84%-
XYZ0.490.380.58-
YUV13.2130.14132.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 17 (7.03% from 255) = 36.96%
R=43.48%
G=19.57%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091700.550.150.92316.3637.935.69
Hex14911037F5C13c266
Octal24112106717134474466
Binary10100100110001011011111111011100100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140911; }

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

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

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

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

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

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

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

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