#140411

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

Shades of Melanzane #140411

Tints of Melanzane #140411

Color information

#140411 (or 0x140411) is unknown color: approx Melanzane. HEX triplet: 14, 04 and 11. RGB value is (20,4,17). Sum of RGB (Red+Green+Blue) = 20+4+17=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140411 is #EBFBEE. Grayscale: #0A0A0A. Windows color (decimal): -15465455 or 1115156. OLE color: 1115156.

HSL color Cylindrical-coordinate representation of color #140411: hue angle of 311.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140411 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB20417-
CMYK00.800.150.92
HSL311.25º66.67%4.71%-
HSV(B)311.25º80%7.84%-
XYZ0.430.280.56-
YUV10.27131.8134.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=48.78%
G=9.76%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2041700.800.150.92311.2566.674.71
Hex14411050F5C137435
Octal244210120171344671035
Binary101001001000101010000111110111001001101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140411; }

 p { color: rgb(20,4,17); }

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

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

 a { background-color: rgb(20,4,17); }

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

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

 span { border-color: rgb(20,4,17); }

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