#10060E

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

Shades of Melanzane #10060E

Tints of Melanzane #10060E

Color information

#10060E (or 0x10060E) is unknown color: approx Melanzane. HEX triplet: 10, 06 and 0E. RGB value is (16,6,14). Sum of RGB (Red+Green+Blue) = 16+6+14=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #10060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060E is #EFF9F1. Grayscale: #090909. Windows color (decimal): -15727090 or 919056. OLE color: 919056.

HSL color Cylindrical-coordinate representation of color #10060E: hue angle of 312º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10060E is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB16614-
CMYK00.620.130.94
HSL312º45.45%4.31%-
HSV(B)312º62.5%6.27%-
XYZ0.360.270.45-
YUV9.9130.31132.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 44.44%
GREEN value IS 6 (2.73% from 255) = 16.67%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=44.44%
G=16.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1661400.620.130.9431245.454.31
Hex106E03ED5E1382d4
Octal2061607615136470554
Binary100001101110011111011011011110100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10060E; }

 p { color: rgb(16,6,14); }

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

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

 a { background-color: rgb(16,6,14); }

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

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

 span { border-color: rgb(16,6,14); }

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