#180113

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

Shades of Melanzane #180113

Tints of Melanzane #180113

Color information

#180113 (or 0x180113) is unknown color: approx Melanzane. HEX triplet: 18, 01 and 13. RGB value is (24,1,19). Sum of RGB (Red+Green+Blue) = 24+1+19=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180113 is #E7FEEC. Grayscale: #090909. Windows color (decimal): -15204077 or 1245464. OLE color: 1245464.

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

Color convert

RGB24119-
CMYK00.960.210.91
HSL313.04º92%4.9%-
HSV(B)313.04º95.83%9.41%-
XYZ0.510.260.64-
YUV9.93133.12138.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=54.55%
G=2.27%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411900.960.210.91313.04924.9
Hex18113060155B1395c5
Octal301230140251334711345
Binary11000110011011000001010110110111001110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180113; }

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

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

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

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

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

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

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

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