#180512

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

Shades of Melanzane #180512

Tints of Melanzane #180512

Color information

#180512 (or 0x180512) is unknown color: approx Melanzane. HEX triplet: 18, 05 and 12. RGB value is (24,5,18). Sum of RGB (Red+Green+Blue) = 24+5+18=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180512 is #E7FAED. Grayscale: #0C0C0C. Windows color (decimal): -15203054 or 1180952. OLE color: 1180952.

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

Color convert

RGB24518-
CMYK00.790.250.91
HSL318.95º65.52%5.69%-
HSV(B)318.95º79.17%9.41%-
XYZ0.540.350.61-
YUV12.16131.29136.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=51.06%
G=10.64%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451800.790.250.91318.9565.525.69
Hex1851204F195B13f426
Octal305220117311334771026
Binary1100010110010010011111100110110111001111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180512; }

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

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

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

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

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

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

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

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