#180812

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

Shades of Melanzane #180812

Tints of Melanzane #180812

Color information

#180812 (or 0x180812) is unknown color: approx Melanzane. HEX triplet: 18, 08 and 12. RGB value is (24,8,18). Sum of RGB (Red+Green+Blue) = 24+8+18=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180812 is #E7F7ED. Grayscale: #0D0D0D. Windows color (decimal): -15202286 or 1181720. OLE color: 1181720.

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

Color convert

RGB24818-
CMYK00.670.250.91
HSL322.5º50%6.27%-
HSV(B)322.5º66.67%9.41%-
XYZ0.570.410.62-
YUV13.92130.3135.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 18 (7.42% from 255) = 36%
R=48%
G=16%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2481800.670.250.91322.5506.27
Hex18812043195B142326
Octal301022010331133502626
Binary1100010001001001000011110011011011101000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180812; }

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

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

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

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

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

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

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

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