#12070E

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

Shades of Melanzane #12070E

Tints of Melanzane #12070E

Color information

#12070E (or 0x12070E) is unknown color: approx Melanzane. HEX triplet: 12, 07 and 0E. RGB value is (18,7,14). Sum of RGB (Red+Green+Blue) = 18+7+14=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #12070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070E is #EDF8F1. Grayscale: #0B0B0B. Windows color (decimal): -15595762 or 919314. OLE color: 919314.

HSL color Cylindrical-coordinate representation of color #12070E: hue angle of 321.82º 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 #12070E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB18714-
CMYK00.610.220.93
HSL321.82º44%4.9%-
HSV(B)321.82º61.11%7.06%-
XYZ0.40.310.45-
YUV11.09129.64132.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=46.15%
G=17.95%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1871400.610.220.93321.82444.9
Hex127E03D165D1422c5
Octal2271607526135502545
Binary1001011111100111101101101011101101000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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