#11070F

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

Shades of Melanzane #11070F

Tints of Melanzane #11070F

Color information

#11070F (or 0x11070F) is unknown color: approx Melanzane. HEX triplet: 11, 07 and 0F. RGB value is (17,7,15). Sum of RGB (Red+Green+Blue) = 17+7+15=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #11070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070F is #EEF8F0. Grayscale: #0A0A0A. Windows color (decimal): -15661297 or 984849. OLE color: 984849.

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

Color convert

RGB17715-
CMYK00.590.120.93
HSL312º41.67%4.71%-
HSV(B)312º58.82%6.67%-
XYZ0.390.310.49-
YUV10.9130.31132.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=43.59%
G=17.95%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1771500.590.120.9331241.674.71
Hex117F03BC5D1382a5
Octal2171707314135470525
Binary100011111111011101111001011101100111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11070F; }

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

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

<style>
 a { background-color: #11070F; }

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

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

<style>
 span { border-color: #11070F; }

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

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