#180914

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

Shades of Melanzane #180914

Tints of Melanzane #180914

Color information

#180914 (or 0x180914) is unknown color: approx Melanzane. HEX triplet: 18, 09 and 14. RGB value is (24,9,20). Sum of RGB (Red+Green+Blue) = 24+9+20=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180914 is #E7F6EB. Grayscale: #0E0E0E. Windows color (decimal): -15202028 or 1313048. OLE color: 1313048.

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

Color convert

RGB24920-
CMYK00.630.170.91
HSL316º45.45%6.47%-
HSV(B)316º62.5%9.41%-
XYZ0.60.440.72-
YUV14.74130.97134.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=45.28%
G=16.98%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2492000.630.170.9131645.456.47
Hex1891403F115B13c2d6
Octal30112407721133474556
Binary110001001101000111111100011011011100111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180914; }

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

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

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

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

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

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

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

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