#181215

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

Shades of Melanzane #181215

Tints of Melanzane #181215

Color information

#181215 (or 0x181215) is unknown color: approx Melanzane. HEX triplet: 18, 12 and 15. RGB value is (24,18,21). Sum of RGB (Red+Green+Blue) = 24+18+21=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 24 - color contains mainly: red. Hex color #181215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181215 is #E7EDEA. Grayscale: #141414. Windows color (decimal): -15199723 or 1380888. OLE color: 1380888.

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

Color convert

RGB241821-
CMYK00.250.130.91
HSL330º14.29%8.24%-
HSV(B)330º25%9.41%-
XYZ0.730.680.8-
YUV20.14128.49130.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.10%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=38.10%
G=28.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24182100.250.130.9133014.298.24
Hex181215019D5B14ae8
Octal302225031151335121610
Binary1100010010101010110011101101101110100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181215; }

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

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

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

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

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

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

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

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