#110E10

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

Shades of Melanzane #110E10

Tints of Melanzane #110E10

Color information

#110E10 (or 0x110E10) is unknown color: approx Melanzane. HEX triplet: 11, 0E and 10. RGB value is (17,14,16). Sum of RGB (Red+Green+Blue) = 17+14+16=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 17 - color contains mainly: red. Hex color #110E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E10 is #EEF1EF. Grayscale: #0F0F0F. Windows color (decimal): -15659504 or 1052177. OLE color: 1052177.

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

Color convert

RGB171416-
CMYK00.180.060.93
HSL320º9.68%6.08%-
HSV(B)320º17.65%6.67%-
XYZ0.480.470.56-
YUV15.12128.49129.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=36.17%
G=29.79%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17141600.180.060.933209.686.08
Hex11E1001265D140a6
Octal2116200226135500126
Binary1000111101000001001011010111011010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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