#180312

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

Shades of Melanzane #180312

Tints of Melanzane #180312

Color information

#180312 (or 0x180312) is unknown color: approx Melanzane. HEX triplet: 18, 03 and 12. RGB value is (24,3,18). Sum of RGB (Red+Green+Blue) = 24+3+18=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180312 is #E7FCED. Grayscale: #0A0A0A. Windows color (decimal): -15203566 or 1180440. OLE color: 1180440.

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

Color convert

RGB24318-
CMYK00.880.250.91
HSL317.14º77.78%5.29%-
HSV(B)317.14º87.5%9.41%-
XYZ0.520.30.6-
YUV10.99131.96137.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 18 (7.42% from 255) = 40%
R=53.33%
G=6.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2431800.880.250.91317.1477.785.29
Hex18312058195B13d4e5
Octal303220130311334751165
Binary110001110010010110001100110110111001111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180312; }

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

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

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

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

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

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

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

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