#10050D

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

Shades of Melanzane #10050D

Tints of Melanzane #10050D

Color information

#10050D (or 0x10050D) is unknown color: approx Melanzane. HEX triplet: 10, 05 and 0D. RGB value is (16,5,13). Sum of RGB (Red+Green+Blue) = 16+5+13=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #10050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050D is #EFFAF2. Grayscale: #090909. Windows color (decimal): -15727347 or 853264. OLE color: 853264.

HSL color Cylindrical-coordinate representation of color #10050D: hue angle of 316.36º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10050D is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB16513-
CMYK00.690.190.94
HSL316.36º52.38%4.12%-
HSV(B)316.36º68.75%6.27%-
XYZ0.340.250.41-
YUV9.2130.14132.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 47.06%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 13 (5.47% from 255) = 38.24%
R=47.06%
G=14.71%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1651300.690.190.94316.3652.384.12
Hex105D045135E13c344
Octal20515010523136474644
Binary10000101110101000101100111011110100111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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