#180912

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

Shades of Melanzane #180912

Tints of Melanzane #180912

Color information

#180912 (or 0x180912) is unknown color: approx Melanzane. HEX triplet: 18, 09 and 12. RGB value is (24,9,18). Sum of RGB (Red+Green+Blue) = 24+9+18=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180912 is #E7F6ED. Grayscale: #0E0E0E. Windows color (decimal): -15202030 or 1181976. OLE color: 1181976.

HSL color Cylindrical-coordinate representation of color #180912: hue angle of 324º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180912 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB24918-
CMYK00.630.250.91
HSL324º45.45%6.47%-
HSV(B)324º62.5%9.41%-
XYZ0.580.430.63-
YUV14.51129.97134.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=47.06%
G=17.65%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491800.630.250.9132445.456.47
Hex1891203F195B1442d6
Octal30112207731133504556
Binary110001001100100111111110011011011101000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180912; }

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

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

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

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

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

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

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

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