#10020D

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

Shades of Melanzane #10020D

Tints of Melanzane #10020D

Color information

#10020D (or 0x10020D) is unknown color: approx Melanzane. HEX triplet: 10, 02 and 0D. RGB value is (16,2,13). Sum of RGB (Red+Green+Blue) = 16+2+13=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020D is #EFFDF2. Grayscale: #070707. Windows color (decimal): -15728115 or 852496. OLE color: 852496.

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

Color convert

RGB16213-
CMYK00.870.190.94
HSL312.86º77.78%3.53%-
HSV(B)312.86º87.5%6.27%-
XYZ0.310.180.4-
YUV7.44131.14134.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 51.61%
GREEN value IS 2 (1.17% from 255) = 6.45%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=51.61%
G=6.45%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1621300.870.190.94312.8677.783.53
Hex102D057135E1394e4
Octal202150127231364711164
Binary10000101101010101111001110111101001110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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