#11010E

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

Shades of Melanzane #11010E

Tints of Melanzane #11010E

Color information

#11010E (or 0x11010E) is unknown color: approx Melanzane. HEX triplet: 11, 01 and 0E. RGB value is (17,1,14). Sum of RGB (Red+Green+Blue) = 17+1+14=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11010E is #EEFEF1. Grayscale: #070707. Windows color (decimal): -15662834 or 917777. OLE color: 917777.

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

Color convert

RGB17114-
CMYK00.940.180.93
HSL311.25º88.89%3.53%-
HSV(B)311.25º94.12%6.67%-
XYZ0.320.170.43-
YUV7.27131.8134.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 14 (5.86% from 255) = 43.75%
R=53.12%
G=3.12%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711400.940.180.93311.2588.893.53
Hex111E05E125D137594
Octal211160136221354671314
Binary1000111110010111101001010111011001101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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