#10010C

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

Shades of Melanzane #10010C

Tints of Melanzane #10010C

Color information

#10010C (or 0x10010C) is unknown color: approx Melanzane. HEX triplet: 10, 01 and 0C. RGB value is (16,1,12). Sum of RGB (Red+Green+Blue) = 16+1+12=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #10010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10010C is #EFFEF3. Grayscale: #060606. Windows color (decimal): -15728372 or 786704. OLE color: 786704.

HSL color Cylindrical-coordinate representation of color #10010C: hue angle of 316º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10010C is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB16112-
CMYK00.940.250.94
HSL316º88.24%3.33%-
HSV(B)316º93.75%6.27%-
XYZ0.290.160.36-
YUV6.74130.97134.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 55.17%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 12 (5.08% from 255) = 41.38%
R=55.17%
G=3.45%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1611200.940.250.9431688.243.33
Hex101C05E195E13c583
Octal201140136311364741303
Binary100001110001011110110011011110100111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10010C; }

 p { color: rgb(16,1,12); }

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

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

 a { background-color: rgb(16,1,12); }

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

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

 span { border-color: rgb(16,1,12); }

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