#140710

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

Shades of Melanzane #140710

Tints of Melanzane #140710

Color information

#140710 (or 0x140710) is unknown color: approx Melanzane. HEX triplet: 14, 07 and 10. RGB value is (20,7,16). Sum of RGB (Red+Green+Blue) = 20+7+16=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140710 is #EBF8EF. Grayscale: #0B0B0B. Windows color (decimal): -15464688 or 1050388. OLE color: 1050388.

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

Color convert

RGB20716-
CMYK00.650.200.92
HSL318.46º48.15%5.29%-
HSV(B)318.46º65%7.84%-
XYZ0.460.340.53-
YUV11.91130.31133.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=46.51%
G=16.28%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2071600.650.200.92318.4648.155.29
Hex14710041145C13e305
Octal24720010124134476605
Binary101001111000001000001101001011100100111110110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140710; }

 p { color: rgb(20,7,16); }

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

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

 a { background-color: rgb(20,7,16); }

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

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

 span { border-color: rgb(20,7,16); }

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