#180012

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

Shades of Melanzane #180012

Tints of Melanzane #180012

Color information

#180012 (or 0x180012) is unknown color: approx Melanzane. HEX triplet: 18, 00 and 12. RGB value is (24,0,18). Sum of RGB (Red+Green+Blue) = 24+0+18=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #180012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180012 is #E7FFED. Grayscale: #090909. Windows color (decimal): -15204334 or 1179672. OLE color: 1179672.

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

Color convert

RGB24018-
CMYK010.250.91
HSL315º100%4.71%-
HSV(B)315º100%9.41%-
XYZ0.490.240.59-
YUV9.23132.95138.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24018010.250.913151004.71
Hex18012064195B13b645
Octal300220144311334731445
Binary11000010010011001001100110110111001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180012; }

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

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

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

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

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

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

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

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