#14050F

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

Shades of Melanzane #14050F

Tints of Melanzane #14050F

Color information

#14050F (or 0x14050F) is unknown color: approx Melanzane. HEX triplet: 14, 05 and 0F. RGB value is (20,5,15). Sum of RGB (Red+Green+Blue) = 20+5+15=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #14050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050F is #EBFAF0. Grayscale: #0A0A0A. Windows color (decimal): -15465201 or 984340. OLE color: 984340.

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

Color convert

RGB20515-
CMYK00.750.250.92
HSL320º60%4.9%-
HSV(B)320º75%7.84%-
XYZ0.430.290.49-
YUV10.62130.47134.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051500.750.250.92320604.9
Hex145F04B195C1403c5
Octal24517011331134500745
Binary10100101111101001011110011011100101000000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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