#11020D

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

Shades of Melanzane #11020D

Tints of Melanzane #11020D

Color information

#11020D (or 0x11020D) is unknown color: approx Melanzane. HEX triplet: 11, 02 and 0D. RGB value is (17,2,13). Sum of RGB (Red+Green+Blue) = 17+2+13=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11020D is #EEFDF2. Grayscale: #070707. Windows color (decimal): -15662579 or 852497. OLE color: 852497.

HSL color Cylindrical-coordinate representation of color #11020D: hue angle of 316º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11020D is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB17213-
CMYK00.880.240.93
HSL316º78.95%3.73%-
HSV(B)316º88.24%6.67%-
XYZ0.330.190.4-
YUV7.74130.97134.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 2 (1.17% from 255) = 6.25%
BLUE value IS 13 (5.47% from 255) = 40.62%
R=53.12%
G=6.25%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1721300.880.240.9331678.953.73
Hex112D058185D13c4f4
Octal212150130301354741174
Binary10001101101010110001100010111011001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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