#110C10

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

Shades of Melanzane #110C10

Tints of Melanzane #110C10

Color information

#110C10 (or 0x110C10) is unknown color: approx Melanzane. HEX triplet: 11, 0C and 10. RGB value is (17,12,16). Sum of RGB (Red+Green+Blue) = 17+12+16=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 17 - color contains mainly: red. Hex color #110C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C10 is #EEF3EF. Grayscale: #0D0D0D. Windows color (decimal): -15660016 or 1051665. OLE color: 1051665.

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

Color convert

RGB171216-
CMYK00.290.060.93
HSL312º17.24%5.69%-
HSV(B)312º29.41%6.67%-
XYZ0.460.420.55-
YUV13.95129.16130.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 12 (5.08% from 255) = 26.67%
BLUE value IS 16 (6.64% from 255) = 35.56%
R=37.78%
G=26.67%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17121600.290.060.9331217.245.69
Hex11C1001D65D138116
Octal2114200356135470216
Binary10001110010000011101110101110110011100010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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