#140D11

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

Shades of Melanzane #140D11

Tints of Melanzane #140D11

Color information

#140D11 (or 0x140D11) is unknown color: approx Melanzane. HEX triplet: 14, 0D and 11. RGB value is (20,13,17). Sum of RGB (Red+Green+Blue) = 20+13+17=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D11 is #EBF2EE. Grayscale: #0F0F0F. Windows color (decimal): -15463151 or 1117460. OLE color: 1117460.

HSL color Cylindrical-coordinate representation of color #140D11: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140D11 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB201317-
CMYK00.350.150.92
HSL325.71º21.21%6.47%-
HSV(B)325.71º35%7.84%-
XYZ0.530.480.59-
YUV15.55128.82131.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 17 (7.03% from 255) = 34%
R=40%
G=26%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20131700.350.150.92325.7121.216.47
Hex14D11023F5C146156
Octal24152104317134506256
Binary1010011011000101000111111101110010100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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