#180F16

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

Shades of Melanzane #180F16

Tints of Melanzane #180F16

Color information

#180F16 (or 0x180F16) is unknown color: approx Melanzane. HEX triplet: 18, 0F and 16. RGB value is (24,15,22). Sum of RGB (Red+Green+Blue) = 24+15+22=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #180F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F16 is #E7F0E9. Grayscale: #121212. Windows color (decimal): -15200490 or 1445656. OLE color: 1445656.

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

Color convert

RGB241522-
CMYK00.370.080.91
HSL313.33º23.08%7.65%-
HSV(B)313.33º37.5%9.41%-
XYZ0.690.590.84-
YUV18.49129.98131.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=39.34%
G=24.59%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24152200.370.080.91313.3323.087.65
Hex18F1602585B139178
Octal301726045101334712710
Binary11000111110110010010110001011011100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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