#14040F

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

Shades of Melanzane #14040F

Tints of Melanzane #14040F

Color information

#14040F (or 0x14040F) is unknown color: approx Melanzane. HEX triplet: 14, 04 and 0F. RGB value is (20,4,15). Sum of RGB (Red+Green+Blue) = 20+4+15=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14040F is #EBFBF0. Grayscale: #0A0A0A. Windows color (decimal): -15465457 or 984084. OLE color: 984084.

HSL color Cylindrical-coordinate representation of color #14040F: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14040F is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB20415-
CMYK00.800.250.92
HSL318.75º66.67%4.71%-
HSV(B)318.75º80%7.84%-
XYZ0.420.270.48-
YUV10.04130.8135.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=51.28%
G=10.26%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2041500.800.250.92318.7566.674.71
Hex144F050195C13f435
Octal244170120311344771035
Binary101001001111010100001100110111001001111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14040F; }

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

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

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

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

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

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

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

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