#180815

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

Shades of Melanzane #180815

Tints of Melanzane #180815

Color information

#180815 (or 0x180815) is unknown color: approx Melanzane. HEX triplet: 18, 08 and 15. RGB value is (24,8,21). Sum of RGB (Red+Green+Blue) = 24+8+21=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180815 is #E7F7EA. Grayscale: #0E0E0E. Windows color (decimal): -15202283 or 1378328. OLE color: 1378328.

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

Color convert

RGB24821-
CMYK00.670.130.91
HSL311.25º50%6.27%-
HSV(B)311.25º66.67%9.41%-
XYZ0.60.420.76-
YUV14.27131.8134.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=45.28%
G=15.09%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2482100.670.130.91311.25506.27
Hex18815043D5B137326
Octal301025010315133467626
Binary110001000101010100001111011011011100110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180815; }

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

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

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

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

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

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

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

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