#110A0E

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

Shades of Melanzane #110A0E

Tints of Melanzane #110A0E

Color information

#110A0E (or 0x110A0E) is unknown color: approx Melanzane. HEX triplet: 11, 0A and 0E. RGB value is (17,10,14). Sum of RGB (Red+Green+Blue) = 17+10+14=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #110A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A0E is #EEF5F1. Grayscale: #0C0C0C. Windows color (decimal): -15660530 or 920081. OLE color: 920081.

HSL color Cylindrical-coordinate representation of color #110A0E: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110A0E is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB171014-
CMYK00.410.180.93
HSL325.71º25.93%5.29%-
HSV(B)325.71º41.18%6.67%-
XYZ0.420.370.46-
YUV12.55128.82131.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=41.46%
G=24.39%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17101400.410.180.93325.7125.935.29
Hex11AE029125D1461a5
Octal21121605122135506325
Binary1000110101110010100110010101110110100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A0E; }

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

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

<style>
 a { background-color: #110A0E; }

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

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

<style>
 span { border-color: #110A0E; }

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

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