#10040C

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

Shades of Melanzane #10040C

Tints of Melanzane #10040C

Color information

#10040C (or 0x10040C) is unknown color: approx Melanzane. HEX triplet: 10, 04 and 0C. RGB value is (16,4,12). Sum of RGB (Red+Green+Blue) = 16+4+12=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #10040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040C is #EFFBF3. Grayscale: #080808. Windows color (decimal): -15727604 or 787472. OLE color: 787472.

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

Color convert

RGB16412-
CMYK00.750.250.94
HSL320º60%3.92%-
HSV(B)320º75%6.27%-
XYZ0.320.220.37-
YUV8.5129.98133.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 12.5%
BLUE value IS 12 (5.08% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1641200.750.250.94320603.92
Hex104C04B195E1403c4
Octal20414011331136500744
Binary10000100110001001011110011011110101000000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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