#180111

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

Shades of Melanzane #180111

Tints of Melanzane #180111

Color information

#180111 (or 0x180111) is unknown color: approx Melanzane. HEX triplet: 18, 01 and 11. RGB value is (24,1,17). Sum of RGB (Red+Green+Blue) = 24+1+17=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #180111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180111 is #E7FEEE. Grayscale: #090909. Windows color (decimal): -15204079 or 1114392. OLE color: 1114392.

HSL color Cylindrical-coordinate representation of color #180111: hue angle of 318.26º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180111 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB24117-
CMYK00.960.290.91
HSL318.26º92%4.9%-
HSV(B)318.26º95.83%9.41%-
XYZ0.490.260.55-
YUV9.7132.12138.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=57.14%
G=2.38%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411700.960.290.91318.26924.9
Hex181110601D5B13e5c5
Octal301210140351334761345
Binary11000110001011000001110110110111001111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180111; }

 p { color: rgb(24,1,17); }

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

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

 a { background-color: rgb(24,1,17); }

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

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

 span { border-color: rgb(24,1,17); }

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