#141113

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

Shades of Melanzane #141113

Tints of Melanzane #141113

Color information

#141113 (or 0x141113) is unknown color: approx Melanzane. HEX triplet: 14, 11 and 13. RGB value is (20,17,19). Sum of RGB (Red+Green+Blue) = 20+17+19=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 20 - color contains mainly: red. Hex color #141113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141113 is #EBEEEC. Grayscale: #121212. Windows color (decimal): -15462125 or 1249556. OLE color: 1249556.

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

Color convert

RGB201719-
CMYK00.150.050.92
HSL320º8.11%7.25%-
HSV(B)320º15%7.84%-
XYZ0.610.60.7-
YUV18.12128.49129.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=35.71%
G=30.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20171900.150.050.923208.117.25
Hex1411130F55C14087
Octal2421230175134500107
Binary1010010001100110111110110111001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141113; }

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

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

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

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

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

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

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

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