#181317

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

Shades of Melanzane #181317

Tints of Melanzane #181317

Color information

#181317 (or 0x181317) is unknown color: approx Melanzane. HEX triplet: 18, 13 and 17. RGB value is (24,19,23). Sum of RGB (Red+Green+Blue) = 24+19+23=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 24 - color contains mainly: red. Hex color #181317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181317 is #E7ECE8. Grayscale: #141414. Windows color (decimal): -15199465 or 1512216. OLE color: 1512216.

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

Color convert

RGB241923-
CMYK00.210.040.91
HSL312º11.63%8.43%-
HSV(B)312º20.83%9.41%-
XYZ0.760.720.91-
YUV20.95129.16130.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=36.36%
G=28.79%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24192300.210.040.9131211.638.43
Hex18131701545B138c8
Octal30232702541334701410
Binary110001001110111010101100101101110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181317; }

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

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

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

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

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

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

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

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