#110A0F

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

Shades of Melanzane #110A0F

Tints of Melanzane #110A0F

Color information

#110A0F (or 0x110A0F) is unknown color: approx Melanzane. HEX triplet: 11, 0A and 0F. RGB value is (17,10,15). Sum of RGB (Red+Green+Blue) = 17+10+15=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A0F is #EEF5F0. Grayscale: #0C0C0C. Windows color (decimal): -15660529 or 985617. OLE color: 985617.

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

Color convert

RGB171015-
CMYK00.410.120.93
HSL317.14º25.93%5.29%-
HSV(B)317.14º41.18%6.67%-
XYZ0.430.370.5-
YUV12.66129.32131.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=40.48%
G=23.81%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17101500.410.120.93317.1425.935.29
Hex11AF029C5D13d1a5
Octal21121705114135475325
Binary100011010111101010011100101110110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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