#140010

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

Shades of Melanzane #140010

Tints of Melanzane #140010

Color information

#140010 (or 0x140010) is unknown color: approx Melanzane. HEX triplet: 14, 00 and 10. RGB value is (20,0,16). Sum of RGB (Red+Green+Blue) = 20+0+16=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140010 is #EBFFEF. Grayscale: #070707. Windows color (decimal): -15466480 or 1048596. OLE color: 1048596.

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

Color convert

RGB20016-
CMYK010.200.92
HSL312º100%3.92%-
HSV(B)312º100%7.84%-
XYZ0.380.190.51-
YUV7.8132.63136.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20016010.200.923121003.92
Hex14010064145C138644
Octal240200144241344701444
Binary10100010000011001001010010111001001110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140010; }

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

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

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

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

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

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

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

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