#11050E

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

Shades of Melanzane #11050E

Tints of Melanzane #11050E

Color information

#11050E (or 0x11050E) is unknown color: approx Melanzane. HEX triplet: 11, 05 and 0E. RGB value is (17,5,14). Sum of RGB (Red+Green+Blue) = 17+5+14=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #11050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050E is #EEFAF1. Grayscale: #090909. Windows color (decimal): -15661810 or 918801. OLE color: 918801.

HSL color Cylindrical-coordinate representation of color #11050E: hue angle of 315º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11050E is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB17514-
CMYK00.710.180.93
HSL315º54.55%4.31%-
HSV(B)315º70.59%6.67%-
XYZ0.360.260.45-
YUV9.61130.48133.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=47.22%
G=13.89%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1751400.710.180.9331554.554.31
Hex115E047125D13b374
Octal21516010722135473674
Binary10001101111001000111100101011101100111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11050E; }

 p { color: rgb(17,5,14); }

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

<style>
 a { background-color: #11050E; }

 a { background-color: rgb(17,5,14); }

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

<style>
 span { border-color: #11050E; }

 span { border-color: rgb(17,5,14); }

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