#10040D

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

Shades of Melanzane #10040D

Tints of Melanzane #10040D

Color information

#10040D (or 0x10040D) is unknown color: approx Melanzane. HEX triplet: 10, 04 and 0D. RGB value is (16,4,13). Sum of RGB (Red+Green+Blue) = 16+4+13=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040D is #EFFBF2. Grayscale: #080808. Windows color (decimal): -15727603 or 853008. OLE color: 853008.

HSL color Cylindrical-coordinate representation of color #10040D: hue angle of 315º 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 #10040D is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB16413-
CMYK00.750.190.94
HSL315º60%3.92%-
HSV(B)315º75%6.27%-
XYZ0.330.230.41-
YUV8.61130.48133.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 13 (5.47% from 255) = 39.39%
R=48.48%
G=12.12%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1641300.750.190.94315603.92
Hex104D04B135E13b3c4
Octal20415011323136473744
Binary10000100110101001011100111011110100111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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