#12070F

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

Shades of Melanzane #12070F

Tints of Melanzane #12070F

Color information

#12070F (or 0x12070F) is unknown color: approx Melanzane. HEX triplet: 12, 07 and 0F. RGB value is (18,7,15). Sum of RGB (Red+Green+Blue) = 18+7+15=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #12070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070F is #EDF8F0. Grayscale: #0B0B0B. Windows color (decimal): -15595761 or 984850. OLE color: 984850.

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

Color convert

RGB18715-
CMYK00.610.170.93
HSL316.36º44%4.9%-
HSV(B)316.36º61.11%7.06%-
XYZ0.410.320.49-
YUV11.2130.14132.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=45%
G=17.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1871500.610.170.93316.36444.9
Hex127F03D115D13c2c5
Octal2271707521135474545
Binary1001011111110111101100011011101100111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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