#180A14

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

Shades of Melanzane #180A14

Tints of Melanzane #180A14

Color information

#180A14 (or 0x180A14) is unknown color: approx Melanzane. HEX triplet: 18, 0A and 14. RGB value is (24,10,20). Sum of RGB (Red+Green+Blue) = 24+10+20=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A14 is #E7F5EB. Grayscale: #0F0F0F. Windows color (decimal): -15201772 or 1313304. OLE color: 1313304.

HSL color Cylindrical-coordinate representation of color #180A14: hue angle of 317.14º 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 #180A14 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB241020-
CMYK00.580.170.91
HSL317.14º41.18%6.67%-
HSV(B)317.14º58.33%9.41%-
XYZ0.610.460.72-
YUV15.33130.64134.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=44.44%
G=18.52%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24102000.580.170.91317.1441.186.67
Hex18A1403A115B13d297
Octal30122407221133475517
Binary110001010101000111010100011011011100111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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