#180814

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

Shades of Melanzane #180814

Tints of Melanzane #180814

Color information

#180814 (or 0x180814) is unknown color: approx Melanzane. HEX triplet: 18, 08 and 14. RGB value is (24,8,20). Sum of RGB (Red+Green+Blue) = 24+8+20=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180814 is #E7F7EB. Grayscale: #0E0E0E. Windows color (decimal): -15202284 or 1312792. OLE color: 1312792.

HSL color Cylindrical-coordinate representation of color #180814: hue angle of 315º 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 #180814 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB24820-
CMYK00.670.170.91
HSL315º50%6.27%-
HSV(B)315º66.67%9.41%-
XYZ0.590.420.71-
YUV14.15131.3135.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2482000.670.170.91315506.27
Hex18814043115B13b326
Octal301024010321133473626
Binary1100010001010001000011100011011011100111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180814; }

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

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

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

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

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

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

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

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