#180413

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

Shades of Melanzane #180413

Tints of Melanzane #180413

Color information

#180413 (or 0x180413) is unknown color: approx Melanzane. HEX triplet: 18, 04 and 13. RGB value is (24,4,19). Sum of RGB (Red+Green+Blue) = 24+4+19=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180413 is #E7FBEC. Grayscale: #0B0B0B. Windows color (decimal): -15203309 or 1246232. OLE color: 1246232.

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

Color convert

RGB24419-
CMYK00.830.210.91
HSL315º71.43%5.49%-
HSV(B)315º83.33%9.41%-
XYZ0.540.330.65-
YUV11.69132.13136.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=51.06%
G=8.51%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2441900.830.210.9131571.435.49
Hex18413053155B13b475
Octal304230123251334731075
Binary1100010010011010100111010110110111001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180413; }

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

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

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

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

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

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

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

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