#11010D

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

Shades of Melanzane #11010D

Tints of Melanzane #11010D

Color information

#11010D (or 0x11010D) is unknown color: approx Melanzane. HEX triplet: 11, 01 and 0D. RGB value is (17,1,13). Sum of RGB (Red+Green+Blue) = 17+1+13=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #11010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11010D is #EEFEF2. Grayscale: #070707. Windows color (decimal): -15662835 or 852241. OLE color: 852241.

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

Color convert

RGB17113-
CMYK00.940.240.93
HSL315º88.89%3.53%-
HSV(B)315º94.12%6.67%-
XYZ0.310.170.4-
YUV7.15131.3135.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=54.84%
G=3.23%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711300.940.240.9331588.893.53
Hex111D05E185D13b594
Octal211150136301354731314
Binary1000111101010111101100010111011001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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