#140B11

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

Shades of Melanzane #140B11

Tints of Melanzane #140B11

Color information

#140B11 (or 0x140B11) is unknown color: approx Melanzane. HEX triplet: 14, 0B and 11. RGB value is (20,11,17). Sum of RGB (Red+Green+Blue) = 20+11+17=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #140B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B11 is #EBF4EE. Grayscale: #0E0E0E. Windows color (decimal): -15463663 or 1116948. OLE color: 1116948.

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

Color convert

RGB201117-
CMYK00.450.150.92
HSL320º29.03%6.08%-
HSV(B)320º45%7.84%-
XYZ0.510.430.59-
YUV14.38129.48132.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=41.67%
G=22.92%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20111700.450.150.9232029.036.08
Hex14B1102DF5C1401d6
Octal24132105517134500356
Binary1010010111000101011011111101110010100000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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