#180714

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

Shades of Melanzane #180714

Tints of Melanzane #180714

Color information

#180714 (or 0x180714) is unknown color: approx Melanzane. HEX triplet: 18, 07 and 14. RGB value is (24,7,20). Sum of RGB (Red+Green+Blue) = 24+7+20=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180714 is #E7F8EB. Grayscale: #0D0D0D. Windows color (decimal): -15202540 or 1312536. OLE color: 1312536.

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

Color convert

RGB24720-
CMYK00.710.170.91
HSL314.12º54.84%6.08%-
HSV(B)314.12º70.83%9.41%-
XYZ0.580.40.71-
YUV13.57131.63135.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=47.06%
G=13.73%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2472000.710.170.91314.1254.846.08
Hex18714047115B13a376
Octal30724010721133472676
Binary110001111010001000111100011011011100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180714; }

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

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

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

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

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

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

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

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