#181416

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

Shades of Melanzane #181416

Tints of Melanzane #181416

Color information

#181416 (or 0x181416) is unknown color: approx Melanzane. HEX triplet: 18, 14 and 16. RGB value is (24,20,22). Sum of RGB (Red+Green+Blue) = 24+20+22=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 24 - color contains mainly: red. Hex color #181416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181416 is #E7EBE9. Grayscale: #151515. Windows color (decimal): -15199210 or 1446936. OLE color: 1446936.

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

Color convert

RGB242022-
CMYK00.170.080.91
HSL330º9.09%8.63%-
HSV(B)330º16.67%9.41%-
XYZ0.770.750.86-
YUV21.42128.33129.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=36.36%
G=30.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24202200.170.080.913309.098.63
Hex18141601185B14a99
Octal302426021101335121111
Binary1100010100101100100011000101101110100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181416; }

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

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

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

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

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

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

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

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