#180D16

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

Shades of Melanzane #180D16

Tints of Melanzane #180D16

Color information

#180D16 (or 0x180D16) is unknown color: approx Melanzane. HEX triplet: 18, 0D and 16. RGB value is (24,13,22). Sum of RGB (Red+Green+Blue) = 24+13+22=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #180D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D16 is #E7F2E9. Grayscale: #111111. Windows color (decimal): -15201002 or 1445144. OLE color: 1445144.

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

Color convert

RGB241322-
CMYK00.460.080.91
HSL310.91º29.73%7.25%-
HSV(B)310.91º45.83%9.41%-
XYZ0.670.540.83-
YUV17.31130.64132.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 13 (5.47% from 255) = 22.03%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=40.68%
G=22.03%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24132200.460.080.91310.9129.737.25
Hex18D1602E85B1371e7
Octal30152605610133467367
Binary1100011011011001011101000101101110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D16; }

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

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

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

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

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

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

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

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