#12060F

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

Shades of Melanzane #12060F

Tints of Melanzane #12060F

Color information

#12060F (or 0x12060F) is unknown color: approx Melanzane. HEX triplet: 12, 06 and 0F. RGB value is (18,6,15). Sum of RGB (Red+Green+Blue) = 18+6+15=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #12060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060F is #EDF9F0. Grayscale: #0A0A0A. Windows color (decimal): -15596017 or 984594. OLE color: 984594.

HSL color Cylindrical-coordinate representation of color #12060F: hue angle of 315º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12060F is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB18615-
CMYK00.670.170.93
HSL315º50%4.71%-
HSV(B)315º66.67%7.06%-
XYZ0.40.290.49-
YUV10.61130.48133.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1861500.670.170.93315504.71
Hex126F043115D13b325
Octal22617010321135473625
Binary10010110111101000011100011011101100111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12060F; }

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

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

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

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

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

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

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

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