#180513

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

Shades of Melanzane #180513

Tints of Melanzane #180513

Color information

#180513 (or 0x180513) is unknown color: approx Melanzane. HEX triplet: 18, 05 and 13. RGB value is (24,5,19). Sum of RGB (Red+Green+Blue) = 24+5+19=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180513 is #E7FAEC. Grayscale: #0C0C0C. Windows color (decimal): -15203053 or 1246488. OLE color: 1246488.

HSL color Cylindrical-coordinate representation of color #180513: hue angle of 315.79º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180513 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB24519-
CMYK00.790.210.91
HSL315.79º65.52%5.69%-
HSV(B)315.79º79.17%9.41%-
XYZ0.550.350.65-
YUV12.28131.79136.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=50%
G=10.42%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451900.790.210.91315.7965.525.69
Hex1851304F155B13c426
Octal305230117251334741026
Binary1100010110011010011111010110110111001111001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180513; }

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

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

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

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

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

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

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

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