#180311

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

Shades of Melanzane #180311

Tints of Melanzane #180311

Color information

#180311 (or 0x180311) is unknown color: approx Melanzane. HEX triplet: 18, 03 and 11. RGB value is (24,3,17). Sum of RGB (Red+Green+Blue) = 24+3+17=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180311 is #E7FCEE. Grayscale: #0A0A0A. Windows color (decimal): -15203567 or 1114904. OLE color: 1114904.

HSL color Cylindrical-coordinate representation of color #180311: hue angle of 320º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180311 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB24317-
CMYK00.880.290.91
HSL320º77.78%5.29%-
HSV(B)320º87.5%9.41%-
XYZ0.510.30.56-
YUV10.88131.46137.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=54.55%
G=6.82%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2431700.880.290.9132077.785.29
Hex183110581D5B1404e5
Octal303210130351335001165
Binary110001110001010110001110110110111010000001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180311; }

 p { color: rgb(24,3,17); }

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

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

 a { background-color: rgb(24,3,17); }

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

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

 span { border-color: rgb(24,3,17); }

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