#10030C

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

Shades of Melanzane #10030C

Tints of Melanzane #10030C

Color information

#10030C (or 0x10030C) is unknown color: approx Melanzane. HEX triplet: 10, 03 and 0C. RGB value is (16,3,12). Sum of RGB (Red+Green+Blue) = 16+3+12=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10030C is #EFFCF3. Grayscale: #070707. Windows color (decimal): -15727860 or 787216. OLE color: 787216.

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

Color convert

RGB16312-
CMYK00.810.250.94
HSL318.46º68.42%3.73%-
HSV(B)318.46º81.25%6.27%-
XYZ0.310.20.37-
YUV7.91130.31133.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 51.61%
GREEN value IS 3 (1.56% from 255) = 9.68%
BLUE value IS 12 (5.08% from 255) = 38.71%
R=51.61%
G=9.68%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1631200.810.250.94318.4668.423.73
Hex103C051195E13e444
Octal203140121311364761044
Binary10000111100010100011100110111101001111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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