#180715

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

Shades of Melanzane #180715

Tints of Melanzane #180715

Color information

#180715 (or 0x180715) is unknown color: approx Melanzane. HEX triplet: 18, 07 and 15. RGB value is (24,7,21). Sum of RGB (Red+Green+Blue) = 24+7+21=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180715 is #E7F8EA. Grayscale: #0D0D0D. Windows color (decimal): -15202539 or 1378072. OLE color: 1378072.

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

Color convert

RGB24721-
CMYK00.710.130.91
HSL310.59º54.84%6.08%-
HSV(B)310.59º70.83%9.41%-
XYZ0.590.40.76-
YUV13.68132.13135.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=46.15%
G=13.46%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2472100.710.130.91310.5954.846.08
Hex18715047D5B137376
Octal30725010715133467676
Binary11000111101010100011111011011011100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180715; }

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

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

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

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

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

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

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

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