#180A15

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

Shades of Melanzane #180A15

Tints of Melanzane #180A15

Color information

#180A15 (or 0x180A15) is unknown color: approx Melanzane. HEX triplet: 18, 0A and 15. RGB value is (24,10,21). Sum of RGB (Red+Green+Blue) = 24+10+21=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A15 is #E7F5EA. Grayscale: #0F0F0F. Windows color (decimal): -15201771 or 1378840. OLE color: 1378840.

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

Color convert

RGB241021-
CMYK00.580.130.91
HSL312.86º41.18%6.67%-
HSV(B)312.86º58.33%9.41%-
XYZ0.620.470.77-
YUV15.44131.14134.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=43.64%
G=18.18%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24102100.580.130.91312.8641.186.67
Hex18A1503AD5B139297
Octal30122507215133471517
Binary11000101010101011101011011011011100111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,10,21); }

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

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

 a { background-color: rgb(24,10,21); }

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

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

 span { border-color: rgb(24,10,21); }

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