#180514

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

Shades of Melanzane #180514

Tints of Melanzane #180514

Color information

#180514 (or 0x180514) is unknown color: approx Melanzane. HEX triplet: 18, 05 and 14. RGB value is (24,5,20). Sum of RGB (Red+Green+Blue) = 24+5+20=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180514 is #E7FAEB. Grayscale: #0C0C0C. Windows color (decimal): -15203052 or 1312024. OLE color: 1312024.

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

Color convert

RGB24520-
CMYK00.790.170.91
HSL312.63º65.52%5.69%-
HSV(B)312.63º79.17%9.41%-
XYZ0.560.350.7-
YUV12.39132.29136.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48.98%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=48.98%
G=10.20%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2452000.790.170.91312.6365.525.69
Hex1851404F115B139426
Octal305240117211334711026
Binary1100010110100010011111000110110111001110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180514; }

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

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

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

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

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

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

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

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