#181015

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

Shades of Melanzane #181015

Tints of Melanzane #181015

Color information

#181015 (or 0x181015) is unknown color: approx Melanzane. HEX triplet: 18, 10 and 15. RGB value is (24,16,21). Sum of RGB (Red+Green+Blue) = 24+16+21=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #181015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181015 is #E7EFEA. Grayscale: #121212. Windows color (decimal): -15200235 or 1380376. OLE color: 1380376.

HSL color Cylindrical-coordinate representation of color #181015: hue angle of 322.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181015 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB241621-
CMYK00.330.130.91
HSL322.5º20%7.84%-
HSV(B)322.5º33.33%9.41%-
XYZ0.70.620.79-
YUV18.96129.15131.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=39.34%
G=26.23%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24162100.330.130.91322.5207.84
Hex181015021D5B142148
Octal302025041151335022410
Binary110001000010101010000111011011011101000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181015; }

 p { color: rgb(24,16,21); }

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

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

 a { background-color: rgb(24,16,21); }

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

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

 span { border-color: rgb(24,16,21); }

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