#14020F

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

Shades of Melanzane #14020F

Tints of Melanzane #14020F

Color information

#14020F (or 0x14020F) is unknown color: approx Melanzane. HEX triplet: 14, 02 and 0F. RGB value is (20,2,15). Sum of RGB (Red+Green+Blue) = 20+2+15=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020F is #EBFDF0. Grayscale: #080808. Windows color (decimal): -15465969 or 983572. OLE color: 983572.

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

Color convert

RGB20215-
CMYK00.900.250.92
HSL316.67º81.82%4.31%-
HSV(B)316.67º90%7.84%-
XYZ0.40.230.47-
YUV8.86131.46135.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 15 (6.25% from 255) = 40.54%
R=54.05%
G=5.41%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021500.900.250.92316.6781.824.31
Hex142F05A195C13d524
Octal242170132311344751224
Binary10100101111010110101100110111001001111011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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