#180313

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

Shades of Melanzane #180313

Tints of Melanzane #180313

Color information

#180313 (or 0x180313) is unknown color: approx Melanzane. HEX triplet: 18, 03 and 13. RGB value is (24,3,19). Sum of RGB (Red+Green+Blue) = 24+3+19=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180313 is #E7FCEC. Grayscale: #0B0B0B. Windows color (decimal): -15203565 or 1245976. OLE color: 1245976.

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

Color convert

RGB24319-
CMYK00.880.210.91
HSL314.29º77.78%5.29%-
HSV(B)314.29º87.5%9.41%-
XYZ0.530.310.65-
YUV11.1132.46137.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=52.17%
G=6.52%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2431900.880.210.91314.2977.785.29
Hex18313058155B13a4e5
Octal303230130251334721165
Binary110001110011010110001010110110111001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180313; }

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

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

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

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

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

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

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

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