#110B10

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

Shades of Melanzane #110B10

Tints of Melanzane #110B10

Color information

#110B10 (or 0x110B10) is unknown color: approx Melanzane. HEX triplet: 11, 0B and 10. RGB value is (17,11,16). Sum of RGB (Red+Green+Blue) = 17+11+16=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 17 - color contains mainly: red. Hex color #110B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B10 is #EEF4EF. Grayscale: #0D0D0D. Windows color (decimal): -15660272 or 1051409. OLE color: 1051409.

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

Color convert

RGB171116-
CMYK00.350.060.93
HSL310º21.43%5.49%-
HSV(B)310º35.29%6.67%-
XYZ0.440.40.54-
YUV13.36129.49130.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 11 (4.69% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=38.64%
G=25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17111600.350.060.9331021.435.49
Hex11B1002365D136155
Octal2113200436135466255
Binary100011011100000100011110101110110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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