#110B0F

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

Shades of Melanzane #110B0F

Tints of Melanzane #110B0F

Color information

#110B0F (or 0x110B0F) is unknown color: approx Melanzane. HEX triplet: 11, 0B and 0F. RGB value is (17,11,15). Sum of RGB (Red+Green+Blue) = 17+11+15=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0F is #EEF4F0. Grayscale: #0D0D0D. Windows color (decimal): -15660273 or 985873. OLE color: 985873.

HSL color Cylindrical-coordinate representation of color #110B0F: hue angle of 320º 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 #110B0F is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB171115-
CMYK00.350.120.93
HSL320º21.43%5.49%-
HSV(B)320º35.29%6.67%-
XYZ0.440.390.5-
YUV13.25128.99130.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 11 (4.69% from 255) = 25.58%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=39.53%
G=25.58%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17111500.350.120.9332021.435.49
Hex11BF023C5D140155
Octal21131704314135500255
Binary100011011111101000111100101110110100000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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