#180511

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

Shades of Melanzane #180511

Tints of Melanzane #180511

Color information

#180511 (or 0x180511) is unknown color: approx Melanzane. HEX triplet: 18, 05 and 11. RGB value is (24,5,17). Sum of RGB (Red+Green+Blue) = 24+5+17=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180511 is #E7FAEE. Grayscale: #0C0C0C. Windows color (decimal): -15203055 or 1115416. OLE color: 1115416.

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

Color convert

RGB24517-
CMYK00.790.290.91
HSL322.11º65.52%5.69%-
HSV(B)322.11º79.17%9.41%-
XYZ0.530.340.57-
YUV12.05130.79136.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 17 (7.03% from 255) = 36.96%
R=52.17%
G=10.87%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451700.790.290.91322.1165.525.69
Hex1851104F1D5B142426
Octal305210117351335021026
Binary1100010110001010011111110110110111010000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180511; }

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

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

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

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

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

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

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

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