#14000F

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

Shades of Melanzane #14000F

Tints of Melanzane #14000F

Color information

#14000F (or 0x14000F) is unknown color: approx Melanzane. HEX triplet: 14, 00 and 0F. RGB value is (20,0,15). Sum of RGB (Red+Green+Blue) = 20+0+15=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14000F is #EBFFF0. Grayscale: #070707. Windows color (decimal): -15466481 or 983060. OLE color: 983060.

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

Color convert

RGB20015-
CMYK010.250.92
HSL315º100%3.92%-
HSV(B)315º100%7.84%-
XYZ0.370.180.47-
YUV7.69132.13136.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20015010.250.923151003.92
Hex140F064195C13b644
Octal240170144311344731444
Binary1010001111011001001100110111001001110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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