#14010F

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

Shades of Melanzane #14010F

Tints of Melanzane #14010F

Color information

#14010F (or 0x14010F) is unknown color: approx Melanzane. HEX triplet: 14, 01 and 0F. RGB value is (20,1,15). Sum of RGB (Red+Green+Blue) = 20+1+15=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #14010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010F is #EBFEF0. Grayscale: #080808. Windows color (decimal): -15466225 or 983316. OLE color: 983316.

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

Color convert

RGB20115-
CMYK00.950.250.92
HSL315.79º90.48%4.12%-
HSV(B)315.79º95%7.84%-
XYZ0.390.20.47-
YUV8.28131.79136.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=55.56%
G=2.78%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011500.950.250.92315.7990.484.12
Hex141F05F195C13c5a4
Octal241170137311344741324
Binary1010011111010111111100110111001001111001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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