#180411

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

Shades of Melanzane #180411

Tints of Melanzane #180411

Color information

#180411 (or 0x180411) is unknown color: approx Melanzane. HEX triplet: 18, 04 and 11. RGB value is (24,4,17). Sum of RGB (Red+Green+Blue) = 24+4+17=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180411 is #E7FBEE. Grayscale: #0B0B0B. Windows color (decimal): -15203311 or 1115160. OLE color: 1115160.

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

Color convert

RGB24417-
CMYK00.830.290.91
HSL321º71.43%5.49%-
HSV(B)321º83.33%9.41%-
XYZ0.520.320.56-
YUV11.46131.13136.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=53.33%
G=8.89%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2441700.830.290.9132171.435.49
Hex184110531D5B141475
Octal304210123351335011075
Binary1100010010001010100111110110110111010000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180411; }

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

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

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

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

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

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

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

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