#110D10

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

Shades of Melanzane #110D10

Tints of Melanzane #110D10

Color information

#110D10 (or 0x110D10) is unknown color: approx Melanzane. HEX triplet: 11, 0D and 10. RGB value is (17,13,16). Sum of RGB (Red+Green+Blue) = 17+13+16=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 17 - color contains mainly: red. Hex color #110D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D10 is #EEF2EF. Grayscale: #0E0E0E. Windows color (decimal): -15659760 or 1051921. OLE color: 1051921.

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

Color convert

RGB171316-
CMYK00.240.060.93
HSL315º13.33%5.88%-
HSV(B)315º23.53%6.67%-
XYZ0.470.440.55-
YUV14.54128.83129.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 16 (6.64% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17131600.240.060.9331513.335.88
Hex11D1001865D13bd6
Octal2115200306135473156
Binary1000111011000001100011010111011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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