#140511

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

Shades of Melanzane #140511

Tints of Melanzane #140511

Color information

#140511 (or 0x140511) is unknown color: approx Melanzane. HEX triplet: 14, 05 and 11. RGB value is (20,5,17). Sum of RGB (Red+Green+Blue) = 20+5+17=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140511 is #EBFAEE. Grayscale: #0A0A0A. Windows color (decimal): -15465199 or 1115412. OLE color: 1115412.

HSL color Cylindrical-coordinate representation of color #140511: hue angle of 312º 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 #140511 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB20517-
CMYK00.750.150.92
HSL312º60%4.9%-
HSV(B)312º75%7.84%-
XYZ0.440.30.56-
YUV10.85131.47134.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=47.62%
G=11.90%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051700.750.150.92312604.9
Hex1451104BF5C1383c5
Octal24521011317134470745
Binary10100101100010100101111111011100100111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140511; }

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

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

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

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

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

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

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

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