#180A12

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

Shades of Melanzane #180A12

Tints of Melanzane #180A12

Color information

#180A12 (or 0x180A12) is unknown color: approx Melanzane. HEX triplet: 18, 0A and 12. RGB value is (24,10,18). Sum of RGB (Red+Green+Blue) = 24+10+18=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A12 is #E7F5ED. Grayscale: #0F0F0F. Windows color (decimal): -15201774 or 1182232. OLE color: 1182232.

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

Color convert

RGB241018-
CMYK00.580.250.91
HSL325.71º41.18%6.67%-
HSV(B)325.71º58.33%9.41%-
XYZ0.590.450.63-
YUV15.1129.64134.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=46.15%
G=19.23%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24101800.580.250.91325.7141.186.67
Hex18A1203A195B146297
Octal30122207231133506517
Binary110001010100100111010110011011011101000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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