#140A10

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

Shades of Melanzane #140A10

Tints of Melanzane #140A10

Color information

#140A10 (or 0x140A10) is unknown color: approx Melanzane. HEX triplet: 14, 0A and 10. RGB value is (20,10,16). Sum of RGB (Red+Green+Blue) = 20+10+16=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A10 is #EBF5EF. Grayscale: #0D0D0D. Windows color (decimal): -15463920 or 1051156. OLE color: 1051156.

HSL color Cylindrical-coordinate representation of color #140A10: hue angle of 324º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140A10 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB201016-
CMYK00.500.200.92
HSL324º33.33%5.88%-
HSV(B)324º50%7.84%-
XYZ0.490.40.54-
YUV13.67129.31132.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 16 (6.64% from 255) = 34.78%
R=43.48%
G=21.74%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20101600.500.200.9232433.335.88
Hex14A10032145C144216
Octal24122006224134504416
Binary101001010100000110010101001011100101000100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140A10; }

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

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

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

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

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

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

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

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