#14080F

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

Shades of Melanzane #14080F

Tints of Melanzane #14080F

Color information

#14080F (or 0x14080F) is unknown color: approx Melanzane. HEX triplet: 14, 08 and 0F. RGB value is (20,8,15). Sum of RGB (Red+Green+Blue) = 20+8+15=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #14080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14080F is #EBF7F0. Grayscale: #0C0C0C. Windows color (decimal): -15464433 or 985108. OLE color: 985108.

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

Color convert

RGB20815-
CMYK00.600.250.92
HSL325º42.86%5.49%-
HSV(B)325º60%7.84%-
XYZ0.460.360.5-
YUV12.39129.48133.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=46.51%
G=18.60%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2081500.600.250.9232542.865.49
Hex148F03C195C1452b5
Octal24101707431134505535
Binary10100100011110111100110011011100101000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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