#140910

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

Shades of Melanzane #140910

Tints of Melanzane #140910

Color information

#140910 (or 0x140910) is unknown color: approx Melanzane. HEX triplet: 14, 09 and 10. RGB value is (20,9,16). Sum of RGB (Red+Green+Blue) = 20+9+16=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140910 is #EBF6EF. Grayscale: #0D0D0D. Windows color (decimal): -15464176 or 1050900. OLE color: 1050900.

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

Color convert

RGB20916-
CMYK00.550.200.92
HSL321.82º37.93%5.69%-
HSV(B)321.82º55%7.84%-
XYZ0.480.380.54-
YUV13.09129.64132.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 16 (6.64% from 255) = 35.56%
R=44.44%
G=20%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091600.550.200.92321.8237.935.69
Hex14910037145C142266
Octal24112006724134502466
Binary101001001100000110111101001011100101000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140910; }

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

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

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

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

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

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

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

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