#140F13

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

Shades of Melanzane #140F13

Tints of Melanzane #140F13

Color information

#140F13 (or 0x140F13) is unknown color: approx Melanzane. HEX triplet: 14, 0F and 13. RGB value is (20,15,19). Sum of RGB (Red+Green+Blue) = 20+15+19=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 20 - color contains mainly: red. Hex color #140F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F13 is #EBF0EC. Grayscale: #101010. Windows color (decimal): -15462637 or 1249044. OLE color: 1249044.

HSL color Cylindrical-coordinate representation of color #140F13: hue angle of 312º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #140F13 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB201519-
CMYK00.250.050.92
HSL312º14.29%6.86%-
HSV(B)312º25%7.84%-
XYZ0.580.540.69-
YUV16.95129.16130.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 15 (6.25% from 255) = 27.78%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=37.04%
G=27.78%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20151900.250.050.9231214.296.86
Hex14F1301955C138e7
Octal2417230315134470167
Binary1010011111001101100110110111001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,15,19); }

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

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

 a { background-color: rgb(20,15,19); }

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

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

 span { border-color: rgb(20,15,19); }

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