#140810

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

Shades of Melanzane #140810

Tints of Melanzane #140810

Color information

#140810 (or 0x140810) is unknown color: approx Melanzane. HEX triplet: 14, 08 and 10. RGB value is (20,8,16). Sum of RGB (Red+Green+Blue) = 20+8+16=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140810 is #EBF7EF. Grayscale: #0C0C0C. Windows color (decimal): -15464432 or 1050644. OLE color: 1050644.

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

Color convert

RGB20816-
CMYK00.600.200.92
HSL320º42.86%5.49%-
HSV(B)320º60%7.84%-
XYZ0.470.360.53-
YUV12.5129.98133.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 45.45%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2081600.600.200.9232042.865.49
Hex1481003C145C1402b5
Octal24102007424134500535
Binary101001000100000111100101001011100101000000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140810; }

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

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

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

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

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

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

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

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