#180011

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

Shades of Melanzane #180011

Tints of Melanzane #180011

Color information

#180011 (or 0x180011) is unknown color: approx Melanzane. HEX triplet: 18, 00 and 11. RGB value is (24,0,17). Sum of RGB (Red+Green+Blue) = 24+0+17=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180011 is #E7FFEE. Grayscale: #090909. Windows color (decimal): -15204335 or 1114136. OLE color: 1114136.

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

Color convert

RGB24017-
CMYK010.290.91
HSL317.5º100%4.71%-
HSV(B)317.5º100%9.41%-
XYZ0.480.230.55-
YUV9.11132.45138.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=58.54%
G=0%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24017010.290.91317.51004.71
Hex180110641D5B13e645
Octal300210144351334761445
Binary11000010001011001001110110110111001111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180011; }

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

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

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

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

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

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

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

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