#11080F

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

Shades of Melanzane #11080F

Tints of Melanzane #11080F

Color information

#11080F (or 0x11080F) is unknown color: approx Melanzane. HEX triplet: 11, 08 and 0F. RGB value is (17,8,15). Sum of RGB (Red+Green+Blue) = 17+8+15=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #11080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11080F is #EEF7F0. Grayscale: #0B0B0B. Windows color (decimal): -15661041 or 985105. OLE color: 985105.

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

Color convert

RGB17815-
CMYK00.530.120.93
HSL313.33º36%4.9%-
HSV(B)313.33º52.94%6.67%-
XYZ0.40.330.49-
YUV11.49129.98131.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=42.5%
G=20%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1781500.530.120.93313.33364.9
Hex118F035C5D139245
Octal21101706514135471445
Binary1000110001111011010111001011101100111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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