#10020C

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

Shades of Melanzane #10020C

Tints of Melanzane #10020C

Color information

#10020C (or 0x10020C) is unknown color: approx Melanzane. HEX triplet: 10, 02 and 0C. RGB value is (16,2,12). Sum of RGB (Red+Green+Blue) = 16+2+12=30 (3% of max value = 765). Red value is 16 (6.64% from 255 or 53.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 16 - color contains mainly: red. Hex color #10020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020C is #EFFDF3. Grayscale: #070707. Windows color (decimal): -15728116 or 786960. OLE color: 786960.

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

Color convert

RGB16212-
CMYK00.870.250.94
HSL317.14º77.78%3.53%-
HSV(B)317.14º87.5%6.27%-
XYZ0.30.180.37-
YUV7.33130.64134.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 53.33%
GREEN value IS 2 (1.17% from 255) = 6.67%
BLUE value IS 12 (5.08% from 255) = 40%
R=53.33%
G=6.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1621200.870.250.94317.1477.783.53
Hex102C057195E13d4e4
Octal202140127311364751164
Binary10000101100010101111100110111101001111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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