#180612

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

Shades of Melanzane #180612

Tints of Melanzane #180612

Color information

#180612 (or 0x180612) is unknown color: approx Melanzane. HEX triplet: 18, 06 and 12. RGB value is (24,6,18). Sum of RGB (Red+Green+Blue) = 24+6+18=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180612 is #E7F9ED. Grayscale: #0C0C0C. Windows color (decimal): -15202798 or 1181208. OLE color: 1181208.

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

Color convert

RGB24618-
CMYK00.750.250.91
HSL320º60%5.88%-
HSV(B)320º75%9.41%-
XYZ0.550.370.61-
YUV12.75130.96136.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2461800.750.250.91320605.88
Hex1861204B195B1403c6
Octal30622011331133500746
Binary110001101001001001011110011011011101000000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180612; }

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

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

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

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

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

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

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

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