#180813

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

Shades of Melanzane #180813

Tints of Melanzane #180813

Color information

#180813 (or 0x180813) is unknown color: approx Melanzane. HEX triplet: 18, 08 and 13. RGB value is (24,8,19). Sum of RGB (Red+Green+Blue) = 24+8+19=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180813 is #E7F7EC. Grayscale: #0E0E0E. Windows color (decimal): -15202285 or 1247256. OLE color: 1247256.

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

Color convert

RGB24819-
CMYK00.670.210.91
HSL318.75º50%6.27%-
HSV(B)318.75º66.67%9.41%-
XYZ0.580.410.67-
YUV14.04130.8135.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=47.06%
G=15.69%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2481900.670.210.91318.75506.27
Hex18813043155B13f326
Octal301023010325133477626
Binary1100010001001101000011101011011011100111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180813; }

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

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

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

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

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

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

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

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