#11060F

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

Shades of Melanzane #11060F

Tints of Melanzane #11060F

Color information

#11060F (or 0x11060F) is unknown color: approx Melanzane. HEX triplet: 11, 06 and 0F. RGB value is (17,6,15). Sum of RGB (Red+Green+Blue) = 17+6+15=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #11060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060F is #EEF9F0. Grayscale: #0A0A0A. Windows color (decimal): -15661553 or 984593. OLE color: 984593.

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

Color convert

RGB17615-
CMYK00.650.120.93
HSL310.91º47.83%4.51%-
HSV(B)310.91º64.71%6.67%-
XYZ0.380.280.49-
YUV10.32130.64132.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=44.74%
G=15.79%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1761500.650.120.93310.9147.834.51
Hex116F041C5D137305
Octal21617010114135467605
Binary1000111011110100000111001011101100110111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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