#180112

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

Shades of Melanzane #180112

Tints of Melanzane #180112

Color information

#180112 (or 0x180112) is unknown color: approx Melanzane. HEX triplet: 18, 01 and 12. RGB value is (24,1,18). Sum of RGB (Red+Green+Blue) = 24+1+18=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #180112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180112 is #E7FEED. Grayscale: #090909. Windows color (decimal): -15204078 or 1179928. OLE color: 1179928.

HSL color Cylindrical-coordinate representation of color #180112: hue angle of 315.65º 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 #180112 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB24118-
CMYK00.960.250.91
HSL315.65º92%4.9%-
HSV(B)315.65º95.83%9.41%-
XYZ0.50.260.6-
YUV9.82132.62138.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=55.81%
G=2.33%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411800.960.250.91315.65924.9
Hex18112060195B13c5c5
Octal301220140311334741345
Binary11000110010011000001100110110111001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180112; }

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

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

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

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

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

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

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

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