#181316

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

Shades of Melanzane #181316

Tints of Melanzane #181316

Color information

#181316 (or 0x181316) is unknown color: approx Melanzane. HEX triplet: 18, 13 and 16. RGB value is (24,19,22). Sum of RGB (Red+Green+Blue) = 24+19+22=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 24 - color contains mainly: red. Hex color #181316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181316 is #E7ECE9. Grayscale: #141414. Windows color (decimal): -15199466 or 1446680. OLE color: 1446680.

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

Color convert

RGB241922-
CMYK00.210.080.91
HSL324º11.63%8.43%-
HSV(B)324º20.83%9.41%-
XYZ0.750.720.86-
YUV20.84128.66130.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=36.92%
G=29.23%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24192200.210.080.9132411.638.43
Hex18131601585B144c8
Octal302326025101335041410
Binary1100010011101100101011000101101110100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181316; }

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

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

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

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

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

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

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

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