#181216

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

Shades of Melanzane #181216

Tints of Melanzane #181216

Color information

#181216 (or 0x181216) is unknown color: approx Melanzane. HEX triplet: 18, 12 and 16. RGB value is (24,18,22). Sum of RGB (Red+Green+Blue) = 24+18+22=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 24 - color contains mainly: red. Hex color #181216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181216 is #E7EDE9. Grayscale: #141414. Windows color (decimal): -15199722 or 1446424. OLE color: 1446424.

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

Color convert

RGB241822-
CMYK00.250.080.91
HSL320º14.29%8.24%-
HSV(B)320º25%9.41%-
XYZ0.740.680.85-
YUV20.25128.99130.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 37.5%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 22 (8.98% from 255) = 34.38%
R=37.5%
G=28.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24182200.250.080.9132014.298.24
Hex18121601985B140e8
Octal302226031101335001610
Binary1100010010101100110011000101101110100000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181216; }

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

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

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

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

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

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

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

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